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

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

Merge changes Ide2ea08f,I24186745 am: 9db815f0 am: f81e9353

am: 156bfa0f

Change-Id: I939282beff71d9b2c2e761c89e6b25f79057cbda
parents 0ee81f17 156bfa0f
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);