Avoid ConcurrentModificationException while writing timer prefs
The Set returned from SharedPreferences.getStringSet() must not be mutated. We violated that restriction in at least 2 different places. Bug: 21101739 Change-Id: I2bdc86d4a222589e749e2225dc34242563a53ae5
Loading
Please register or sign in to comment