fix(remote-followers): actually fix the infinite loading bug on misskey accounts

This commit is contained in:
LucasGGamerM
2023-04-19 18:46:06 -03:00
parent 2c7df11e84
commit b568dac138

View File

@@ -1190,6 +1190,7 @@ public class UiUtils {
@Override
public void onError(ErrorResponse error) {
error.showToast(context);
resultConsumer.accept(null);
}
})
.wrapProgress((Activity)context, R.string.loading, true,
@@ -1211,6 +1212,7 @@ public class UiUtils {
@Override
public void onError(ErrorResponse error) {
error.showToast(context);
resultConsumer.accept(null);
}
})
.wrapProgress((Activity)context, R.string.loading, true,