Browse Source

oops

renovate/org.robolectric-robolectric-4.x
Austin Huang 4 years ago
parent
commit
7724a7e33e
No known key found for this signature in database GPG Key ID: 84C23AA04587A91F
  1. 2
      app/src/main/java/awais/instagrabber/fragments/LocationFragment.java

2
app/src/main/java/awais/instagrabber/fragments/LocationFragment.java

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

Loading…
Cancel
Save