mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
oops
This commit is contained in:
parent
b3a0344d6d
commit
7724a7e33e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue