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

Commit 0b0c2093 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 2fffb88b eca9c330
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();
    }
  }