feat: add an error toast in case remote account lookup fails with new method
I forgot to add it
This commit is contained in:
@@ -1157,7 +1157,7 @@ public class UiUtils {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onError(ErrorResponse error) {
|
public void onError(ErrorResponse error) {
|
||||||
|
error.showToast(context);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.wrapProgress((Activity)context, R.string.loading, true,
|
.wrapProgress((Activity)context, R.string.loading, true,
|
||||||
|
|||||||
Reference in New Issue
Block a user