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

Commit 069eece2 authored by Sean Stout's avatar Sean Stout
Browse files

Shortcuts are updated on locale change.

Bug: 30611678
Change-Id: I8a4b56e034adfd65a4ecdb6777f87a0f7791b013
parent 5a00e8aa
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();
        }