mirror of
https://github.com/TakeMeDownBaby/barinsta.git
synced 2024-11-04 17:51:41 +01: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);
|
||||
startActivity(newIntent);
|
||||
}
|
||||
else Toast.makeText(getApplicationContext(), R.string.no_more_stories, Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
else {
|
||||
if (isRightSwipe) {
|
||||
|
Loading…
Reference in New Issue
Block a user