Browse Source
fix "post not found" message when it actually works
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
1 additions and
1 deletions
-
app/src/main/java/awais/instagrabber/activities/MainActivity.java
|
|
@ -702,7 +702,7 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage |
|
|
|
Log.e(TAG, "showPostView: ", e); |
|
|
|
} |
|
|
|
} |
|
|
|
Toast.makeText(getApplicationContext(), R.string.post_not_found, Toast.LENGTH_SHORT).show(); |
|
|
|
else Toast.makeText(getApplicationContext(), R.string.post_not_found, Toast.LENGTH_SHORT).show(); |
|
|
|
alertDialog.dismiss(); |
|
|
|
} |
|
|
|
|
|
|
|