mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-15 19:27:31 +00:00
v16.6-a9: fix mismatch avatar
This commit is contained in:
parent
eb387d9c81
commit
8cdef01fc3
@ -140,6 +140,7 @@ public final class StoryViewer extends BaseLanguageActivity {
|
|||||||
newIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
newIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
||||||
startActivity(newIntent);
|
startActivity(newIntent);
|
||||||
}
|
}
|
||||||
|
else Toast.makeText(getApplicationContext(), R.string.no_more_stories, Toast.LENGTH_SHORT).show();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (isRightSwipe) {
|
if (isRightSwipe) {
|
||||||
|
Loading…
Reference in New Issue
Block a user