This commit is contained in:
Austin Huang 2021-05-18 16:24:37 -04:00
parent 4161c7bc4d
commit f4d1575edb
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
2 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,7 @@ public final class NotificationsViewerFragment extends Fragment implements Swipe
bundle.putSerializable(PostViewV2Fragment.ARG_MEDIA, feedModel);
try {
navController.navigate(R.id.action_global_post_view, bundle);
alertDialog.dismiss();
} catch (Exception e) {
Log.e(TAG, "onSuccess: ", e);
}

View File

@ -469,6 +469,7 @@ public class StoryViewerFragment extends Fragment {
bundle.putSerializable(PostViewV2Fragment.ARG_MEDIA, feedModel);
try {
navController.navigate(R.id.action_global_post_view, bundle);
alertDialog.dismiss();
} catch (Exception e) {
Log.e(TAG, "openPostDialog: ", e);
}