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

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

Merge changes Ide2ea08f,I24186745 am: 9db815f0

am: f81e9353

Change-Id: I5b87688101cc826cf4c27bc4eb9012c669671144
parents b71facc1 f81e9353
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);