We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d6848 commit d2e7652Copy full SHA for d2e7652
app/src/main/java/fr/free/nrw/commons/upload/depicts/DepictsFragment.java
@@ -103,12 +103,13 @@ public void goToPreviousScreen() {
103
@Override
104
public void noDepictionSelected() {
105
DialogUtil.showAlertDialog(getActivity(),
106
- getString(R.string.no_depictions_selected),
107
- getString(R.string.no_depictions_selected_warning_desc),
108
- getString(R.string.no_go_back),
109
- getString(R.string.yes_submit),
110
- null,
111
- () -> goToNextScreen());
+ getString(R.string.no_depictions_selected),
+ getString(R.string.no_depictions_selected_warning_desc),
+ getString(R.string.yes_submit),
+ getString(R.string.no_go_back),
+ this::goToNextScreen,
+ null
112
+ );
113
}
114
115
0 commit comments