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

Commit f81e9353 authored by yueg's avatar yueg Committed by android-build-merger
Browse files

Merge changes Ide2ea08f,I24186745

am: 9db815f0

Change-Id: I8fdf785b6ac3c16b2d9ecabdbdcc3a7131124c10
parents 36b25c52 9db815f0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -400,6 +400,10 @@ public class ContactGridManager {
  }

  private void updateDeviceNumberRow() {
    // It might not be available, e.g. in video call.
    if (deviceNumberTextView == null) {
      return;
    }
    if (isInMultiWindowMode || TextUtils.isEmpty(primaryCallState.callbackNumber)) {
      deviceNumberTextView.setVisibility(View.GONE);
      deviceNumberDivider.setVisibility(View.GONE);