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

Commit eca9c330 authored by calderwoodra's avatar calderwoodra Committed by Copybara-Service
Browse files

NUI no longer crashes when clicking "place call" in empty call log.

Bug: 73258376
Test: MainActivityOldPeerCallLogIntegrationTest
PiperOrigin-RevId: 187242222
Change-Id: Ic2684467035fedc1156886712757bf0911f65ee5
parent 2fffb88b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -583,7 +583,7 @@ public class CallLogFragment extends Fragment
    } else if (!isCallLogActivity) {
      LogUtil.i("CallLogFragment.onEmptyViewActionButtonClicked", "showing dialpad");
      // Show dialpad if we are not in the call log activity.
      ((HostInterface) activity).showDialpad();
      FragmentUtils.getParentUnsafe(this, HostInterface.class).showDialpad();
    }
  }