v16.6-a9: fix mismatch avatar

This commit is contained in:
Austin Huang 2020-07-22 09:31:14 -04:00
parent eb387d9c81
commit 8cdef01fc3
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F

View File

@ -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) {