Merge "Fix non responding slice toggling" into qt-qpr1-dev

This commit is contained in:
TreeHugger Robot
2019-11-16 02:04:24 +00:00
committed by Android (Google) Code Review

View File

@@ -173,7 +173,7 @@ public class SliceBuilderUtils {
.putExtra(EXTRA_SLICE_KEY, data.getKey())
.putExtra(EXTRA_SLICE_PLATFORM_DEFINED, data.isPlatformDefined());
return PendingIntent.getBroadcast(context, 0 /* requestCode */, intent,
PendingIntent.FLAG_CANCEL_CURRENT);
PendingIntent.FLAG_UPDATE_CURRENT);
}
/**