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 e341e77 commit 9ee04f3Copy full SHA for 9ee04f3
app/src/main/java/fr/free/nrw/commons/review/ReviewController.java
@@ -148,7 +148,6 @@ void sendThanks(@NonNull Activity activity) {
148
.inject(this);
149
ViewUtil.showShortToast(context, context.getString(R.string.send_thank_toast, media.getDisplayTitle()));
150
151
- publishProgress(context, 0);
152
if (firstRevision == null) {
153
return;
154
}
@@ -157,7 +156,6 @@ void sendThanks(@NonNull Activity activity) {
157
156
.subscribeOn(Schedulers.io())
158
.observeOn(AndroidSchedulers.mainThread())
159
.subscribe((result) -> {
160
- publishProgress(context, 2);
161
String message;
162
String title;
163
if (result) {
0 commit comments