kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix possible crash in conversation fragment startup.
rodzic
fde0726500
commit
05d232beec
|
@ -4045,7 +4045,9 @@ public class ConversationParentFragment extends Fragment
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onFirstRender() {
|
public void onFirstRender() {
|
||||||
requireActivity().supportStartPostponedEnterTransition();
|
if (getActivity() != null) {
|
||||||
|
requireActivity().supportStartPostponedEnterTransition();
|
||||||
|
}
|
||||||
voiceNoteMediaController.finishPostpone();
|
voiceNoteMediaController.finishPostpone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue