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

Commit 5eb4e698 authored by yueg's avatar yueg Committed by android-build-merger
Browse files

Merge "Fix view not attached to window manager crash and add logs." am: 2de4a3e6

am: 8ee2fb0f

Change-Id: I3c23bc3bb255196aa779fa0ad6f2ee8890c82397
parents 007b847d 8ee2fb0f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -102,10 +102,13 @@ public class NewReturnToCallController implements InCallUiListener, Listener, Au

  @Override
  public void onUiShowing(boolean showing) {
    LogUtil.i("ReturnToCallController.onUiShowing", "showing: " + showing);
    if (showing) {
      LogUtil.i("ReturnToCallController.onUiShowing", "going to hide");
      hide();
    } else {
      if (getCall() != null) {
        LogUtil.i("ReturnToCallController.onUiShowing", "going to show");
        show();
      }
    }