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

Commit dcec83b1 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Notification power widget: fix flash mode (issue 2593)" into gingerbread

parents db2a7a1d 18cd3528
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ public class FlashlightButton extends PowerButton {
                Settings.System.EXPANDED_FLASH_MODE, 0) == 1;
        Intent i = new Intent("net.cactii.flash2.TOGGLE_FLASHLIGHT");
        i.putExtra("bright", bright);
        context.sendBroadcast(new Intent("net.cactii.flash2.TOGGLE_FLASHLIGHT"));
        context.sendBroadcast(i);
    }

    @Override