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

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

Merge "Fixed ANR from safety source broadcast" into main

parents 65750080 2a257e1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5497,7 +5497,7 @@ public class GsmCdmaPhone extends Phone {
    public void refreshSafetySources(String refreshBroadcastId) {
        if (mFeatureFlags.enableIdentifierDisclosureTransparencyUnsolEvents()
                || mFeatureFlags.enableModemCipherTransparencyUnsolEvents()) {
            mSafetySource.refresh(mContext, refreshBroadcastId);
            post(() -> mSafetySource.refresh(mContext, refreshBroadcastId));
        }
    }