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

Commit f30a4cd1 authored by SongFerng Wang's avatar SongFerng Wang Committed by Android (Google) Code Review
Browse files

Merge "The telephonyDisplayInfo is wrong after doing compatibility." into sc-dev

parents f632b440 5e9cca3a
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1889,11 +1889,12 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
                        try {
                            if (!mConfigurationProvider.isDisplayInfoNrAdvancedSupported(
                                    r.callingPackage, Binder.getCallingUserHandle())) {
                                telephonyDisplayInfo =
                                r.callback.onDisplayInfoChanged(
                                        getBackwardCompatibleTelephonyDisplayInfo(
                                                telephonyDisplayInfo);
                            }
                                                telephonyDisplayInfo));
                            } else {
                                r.callback.onDisplayInfoChanged(telephonyDisplayInfo);
                            }
                        } catch (RemoteException ex) {
                            mRemoveList.add(r.binder);
                        }