1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-04-03 09:31:34 +00:00

chore: strings

This commit is contained in:
Austin Huang 2021-06-18 17:51:01 -04:00
parent 7345ecefd0
commit f33e371ee0
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
2 changed files with 1 additions and 3 deletions

View file

@ -106,7 +106,7 @@ public class IgErrorsInterceptor implements Interceptor {
final String errorType = jsonObject.optString("error_type");
if (TextUtils.isEmpty(errorType)) return;
if (errorType.equals("sentry_block")) {
showErrorDialog(R.string.sentry_block);
showErrorDialog("\"sentry_block\". Please contact developers.");
return;
}
if (errorType.equals("inactive user")) {