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

Commit 319ff58f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Don't post notification with lock held" into tm-qpr-dev am: fa3b43e8

parents 1d8918d0 fa3b43e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12517,8 +12517,8 @@ public class DevicePolicyManagerService extends BaseIDevicePolicyManager {
                .setContentIntent(locationSettingsIntent)
                .setAutoCancel(true)
                .build();
        mInjector.getNotificationManager().notify(SystemMessage.NOTE_LOCATION_CHANGED,
                notification);
        mHandler.post(() -> mInjector.getNotificationManager().notify(
                SystemMessage.NOTE_LOCATION_CHANGED, notification));
    }
    private String getLocationChangedTitle() {