Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c46cfd2f authored by wangqi's avatar wangqi Committed by Copybara-Service
Browse files

Fix bug that SpeakEasyFragment is added again after recreate of InCallActivity.

Bug: 79885898
Test: manual
PiperOrigin-RevId: 197630981
Change-Id: Ib4ace31c7c207f5ee9f69aee148ddf49021da37b
parent 97308c95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ public class InCallActivity extends TransactionSafeFragmentActivity
      didShowInCallScreen = bundle.getBoolean(KeysForSavedInstance.DID_SHOW_IN_CALL_SCREEN);
      didShowVideoCallScreen = bundle.getBoolean(KeysForSavedInstance.DID_SHOW_VIDEO_CALL_SCREEN);
      didShowRttCallScreen = bundle.getBoolean(KeysForSavedInstance.DID_SHOW_RTT_CALL_SCREEN);
      didShowSpeakEasyScreen = bundle.getBoolean(KeysForSavedInstance.DID_SHOW_SPEAK_EASY_SCREEN);
    }

    setWindowFlags();