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
1 changed files with 1 additions and 1 deletions

View File

@ -1157,7 +1157,7 @@ public class UiUtils {
@Override
public void onError(ErrorResponse error) {
error.showToast(context);
}
})
.wrapProgress((Activity)context, R.string.loading, true,