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

Commit a699ecad authored by calderwoodra's avatar calderwoodra Committed by android-build-merger
Browse files

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

am: 0b0c2093

Change-Id: I162d4abbe0a6ccd66f004e07cdc2257b55d7229d
parents c9162eca 0b0c2093
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();
    }
  }