commit | 6a83c73624c0d92f7d8f959877f9561cd542b2a6 | [log] [tgz] |
---|---|---|
author | Yi-Ling Chuang <emilychuang@google.com> | Tue Jun 29 12:46:08 2021 +0800 |
committer | Yi-Ling Chuang <emilychuang@google.com> | Tue Jun 29 12:46:08 2021 +0800 |
tree | f059de092ad54409d96118b5301576e8b9adb2c5 | |
parent | 1060b2f9260b18b59b33640f866da5394db1b5b1 [diff] |
Fix the non-working DND toggle The pendingIntent of the DND toggle was set to immutable previously which doesn't allow any modification. This CL fixes this by making it mutable. Fixes: 191865710 Test: Search "dnd" and make sure the toggle has effect upon modification Change-Id: Iade256cee8885cb80ade5ca95cc50065c2a78da2