close #1263
This commit is contained in:
parent
4161c7bc4d
commit
f4d1575edb
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user