1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-09-28 21:57:30 +00:00
This commit is contained in:
Austin Huang 2021-01-05 16:40:59 -05:00
parent b3a0344d6d
commit 7724a7e33e
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F

View File

@ -434,7 +434,7 @@ public class LocationFragment extends Fragment implements SwipeRefreshLayout.OnR
locationDetailsBinding.locationBiography
.addOnURLClickListener(autoLinkItem -> Utils.openURL(getContext(), autoLinkItem.getOriginalText().trim()));
locationDetailsBinding.locationBiography.setOnLongClickListener(v -> {
Utils.copyText(context, biography);
Utils.copyText(getContext(), biography);
return true;
});
}