mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 04:06:14 +00:00
Do not wait on content to launch story viewer.
This commit is contained in:
committed by
Greyson Parrelli
parent
f6fd1e1c91
commit
3b07f4a8ca
@@ -52,7 +52,7 @@ class StoryViewerFragment : Fragment(R.layout.stories_viewer_fragment), StoryVie
|
||||
}
|
||||
}
|
||||
|
||||
if (state.loadState.isReady()) {
|
||||
if (state.loadState.isCrossfaderReady) {
|
||||
requireActivity().supportStartPostponedEnterTransition()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user