Create a singleton HashMap instead of using Collections.singleton()
The Set returned by Collections.singleton() doesn't support all operations, causing crashes in certain situations (namely, whenever a notification is updated rather than added or removed). Change-Id: Ie104b7f99c4a32db5f1f7e43ec3775d34dc26ce1
Loading
Please register or sign in to comment