mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 05:58:09 +00:00
Fix possible crash in conversation fragment startup.
This commit is contained in:
@@ -4045,7 +4045,9 @@ public class ConversationParentFragment extends Fragment
|
||||
|
||||
@Override
|
||||
public void onFirstRender() {
|
||||
requireActivity().supportStartPostponedEnterTransition();
|
||||
if (getActivity() != null) {
|
||||
requireActivity().supportStartPostponedEnterTransition();
|
||||
}
|
||||
voiceNoteMediaController.finishPostpone();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user