mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
UploadMediaDetailFragment.java: Changed arguments!! to requireArguments()
This commit is contained in:
parent
59ec85d3ce
commit
9782dfc9f9
1 changed files with 1 additions and 1 deletions
|
|
@ -809,7 +809,7 @@ public class UploadMediaDetailFragment extends UploadBaseFragment implements
|
||||||
@Override
|
@Override
|
||||||
public void displayAddLocationDialog(final Runnable onSkipClicked) {
|
public void displayAddLocationDialog(final Runnable onSkipClicked) {
|
||||||
isMissingLocationDialog = true;
|
isMissingLocationDialog = true;
|
||||||
DialogUtil.showAlertDialog(Objects.requireNonNull(getActivity()),
|
DialogUtil.showAlertDialog(requireActivity(),
|
||||||
getString(R.string.no_location_found_title),
|
getString(R.string.no_location_found_title),
|
||||||
getString(R.string.no_location_found_message),
|
getString(R.string.no_location_found_message),
|
||||||
getString(R.string.add_location),
|
getString(R.string.add_location),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue