Merge "Don't reset channel field when loading the app" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-05-22 15:36:22 +00:00
committed by Android (Google) Code Review
2 changed files with 5 additions and 4 deletions

View File

@@ -250,8 +250,7 @@ public class BlockPreferenceControllerTest {
verify(mBackend, times(2)).updateChannel(any(), anyInt(), any());
// 2 calls for onSwitchChanged + once when calling updateState originally
verify(mBackend, times(3)).setNotificationsEnabledForPackage(
verify(mBackend, times(2)).setNotificationsEnabledForPackage(
anyString(), anyInt(), anyBoolean());
}