aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/cyanogenmod/tests/customtiles/CMStatusBarTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/org/cyanogenmod/tests/customtiles/CMStatusBarTest.java')
-rw-r--r--tests/src/org/cyanogenmod/tests/customtiles/CMStatusBarTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/org/cyanogenmod/tests/customtiles/CMStatusBarTest.java b/tests/src/org/cyanogenmod/tests/customtiles/CMStatusBarTest.java
index 7430fb4..3319f62 100644
--- a/tests/src/org/cyanogenmod/tests/customtiles/CMStatusBarTest.java
+++ b/tests/src/org/cyanogenmod/tests/customtiles/CMStatusBarTest.java
@@ -60,7 +60,6 @@ public class CMStatusBarTest extends TestActivity {
.setLabel("Test From SDK")
.setIcon(R.drawable.ic_launcher)
.setOnClickIntent(intent)
- .shouldCollapsePanel(true)
.setContentDescription("Content description")
.build();
mCMStatusBarManager.publishTile(CUSTOM_TILE_ID, mCustomTile);