Loading java/com/android/incallui/contactgrid/ContactGridManager.java +4 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
java/com/android/incallui/contactgrid/ContactGridManager.java +4 −0 Original line number Diff line number Diff line Loading @@ -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); Loading