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

Commit 1b3b2c1e authored by Sean Stout's avatar Sean Stout Committed by Android (Google) Code Review
Browse files

Merge "Shortcuts are updated on locale change." into ub-deskclock-gatling

parents a5d018c3 069eece2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -71,7 +71,8 @@ public class AlarmInitReceiver extends BroadcastReceiver {
        }

        // Update shortcuts so they exist for the user.
        if (Intent.ACTION_BOOT_COMPLETED.equals(action)) {
        if (Intent.ACTION_BOOT_COMPLETED.equals(action)
                || Intent.ACTION_LOCALE_CHANGED.equals(action)) {
            Controller.getController().updateShortcuts();
        }