mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
* Replace Hard-Coded strings with those from strings.xml.
This commit is contained in:
parent
0349e3e069
commit
864ecad2e7
6 changed files with 15 additions and 8 deletions
|
|
@ -511,7 +511,7 @@ public class NearbyMapFragment extends DaggerFragment {
|
|||
}
|
||||
title.setOnLongClickListener(view -> {
|
||||
Utils.copy("place",title.getText().toString(),getContext());
|
||||
Toast.makeText(getContext(),"Text copied to clipboard",Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(getContext(),getString(R.string.text_copy),Toast.LENGTH_SHORT).show();
|
||||
return true;
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue