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

Commit 2de4a3e6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix view not attached to window manager crash and add logs."

parents ac386c93 6ce88e74
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();
      }
    }