Add 'notificaton blocked' filter to notifications
Test: robotests Change-Id: I5c0cd9a2f73b6a22d66df7669e944bbe1473539c Fixes: 112576746
This commit is contained in:
@@ -200,13 +200,13 @@ public class ManageApplicationsTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shouldUseStableItemHeight_mainType_yes() {
|
||||
public void shouldUseStableItemHeight() {
|
||||
assertThat(ManageApplications.ApplicationsAdapter.shouldUseStableItemHeight(
|
||||
LIST_TYPE_MAIN))
|
||||
.isTrue();
|
||||
assertThat(ManageApplications.ApplicationsAdapter.shouldUseStableItemHeight(
|
||||
LIST_TYPE_NOTIFICATION))
|
||||
.isFalse();
|
||||
.isTrue();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user