feat: add an error toast in case remote account lookup fails with new method

I forgot to add it
This commit is contained in:
LucasGGamerM
2023-04-17 16:20:43 -03:00
parent 5a1a2ac9f5
commit e121fccfc1

View File

@@ -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,