mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-04-03 09:31:34 +00:00
chore: strings
This commit is contained in:
parent
7345ecefd0
commit
f33e371ee0
2 changed files with 1 additions and 3 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue