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

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

Merge "Fix non responding slice toggling"

parents c0025dcb ddf6cefc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ public class SliceBuilderUtils {
                .setClass(context, SliceBroadcastReceiver.class)
                .putExtra(EXTRA_SLICE_KEY, data.getKey());
        return PendingIntent.getBroadcast(context, 0 /* requestCode */, intent,
                PendingIntent.FLAG_CANCEL_CURRENT);
                PendingIntent.FLAG_UPDATE_CURRENT);
    }

    /**