mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
fix "post not found" message when it actually works
This commit is contained in:
parent
43b2d37c4f
commit
c2b46c4319
1 changed files with 1 additions and 1 deletions
|
|
@ -702,7 +702,7 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage
|
||||||
Log.e(TAG, "showPostView: ", e);
|
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();
|
alertDialog.dismiss();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue