mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-14 12:10:36 +01:00
Fix possible crash in conversation fragment startup.
This commit is contained in:
+3
-1
@@ -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