Do not wait on content to launch story viewer.

This commit is contained in:
Alex Hart
2022-06-13 13:32:11 -03:00
committed by Greyson Parrelli
parent f6fd1e1c91
commit 3b07f4a8ca

View File

@@ -52,7 +52,7 @@ class StoryViewerFragment : Fragment(R.layout.stories_viewer_fragment), StoryVie
}
}
if (state.loadState.isReady()) {
if (state.loadState.isCrossfaderReady) {
requireActivity().supportStartPostponedEnterTransition()
}
}