mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 15:06:30 +00:00
v16.6-a9: fix mismatch avatar
This commit is contained in:
parent
eb387d9c81
commit
8cdef01fc3
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue