Browse Source
chore: strings
renovate/org.robolectric-robolectric-4.x
Austin Huang
3 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
2 changed files with
1 additions and
3 deletions
-
app/src/main/java/awais/instagrabber/webservices/interceptors/IgErrorsInterceptor.java
-
app/src/main/res/values/strings.xml
|
|
@ -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")) { |
|
|
|
|
|
@ -419,7 +419,6 @@ |
|
|
|
<string name="dms_action_remove_admin">Remove as Admin</string> |
|
|
|
<string name="edit_unsuccessful">Edit was unsuccessful</string> |
|
|
|
<string name="message">Message</string> |
|
|
|
<string name="reply">Reply</string> |
|
|
|
<string name="tap_to_remove">Tap to remove</string> |
|
|
|
<string name="forward">Forward</string> |
|
|
|
<string name="forward_outgoing">You forwarded a message</string> |
|
|
@ -492,7 +491,6 @@ |
|
|
|
<string name="error">Error</string> |
|
|
|
<string name="account_logged_out">This account has been logged out.</string> |
|
|
|
<string name="login_required">Login required!</string> |
|
|
|
<string name="sentry_block">Sentry block.</string> |
|
|
|
<string name="inactive_user">User is inactive!</string> |
|
|
|
<string name="crash_report_subject">Barinsta Crash Report</string> |
|
|
|
<string name="crash_report_title">Select an email app to send crash logs</string> |
|
|
|