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

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

Merge "Check if parent is null since fetch call can be called while Dialer is paused."

am: 6560110a

Change-Id: Ib6c0b6838afa059f82823dae0d50339e1d2d0f17
parents 8f9ed63d 6560110a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -151,8 +151,10 @@ public class VisualVoicemailCallLogFragment extends CallLogFragment {
  @Override
  public void fetchCalls() {
    super.fetchCalls();
    if (FragmentUtils.getParent(this, CallLogFragmentListener.class) != null) {
      FragmentUtils.getParentUnsafe(this, CallLogFragmentListener.class).updateTabUnreadCounts();
    }
  }

  @Override
  public void onVisible() {