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

Commit 503f3ac8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update mLastNotifiedNtnEligibility before calling notify." into main

parents 71f8fedc b7ee8efc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2184,6 +2184,9 @@ public class SatelliteController extends Handler {
                int selectedSatelliteSubId = getSelectedSatelliteSubId();
                Phone phone = SatelliteServiceUtils.getPhone(selectedSatelliteSubId);
                if (eligible) {
                    synchronized (mSatellitePhoneLock) {
                        mLastNotifiedNtnEligibility = eligible;
                    }
                    phone.notifyCarrierRoamingNtnEligibleStateChanged(eligible);
                }
                break;