Skip to content

Commit

Permalink
cmsdk: Update tests for recent builder changes.
Browse files Browse the repository at this point in the history
Change-Id: Icb949ff79044c60a4f70ba0ca2432b463c541e78
  • Loading branch information
Adnan Begovic committed Jul 28, 2015
1 parent ea3bc16 commit e29548d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -84,6 +84,7 @@ public void onClick(View v) {
.setOnClickIntent(pendingIntent)
.setContentDescription("Generic content description")
.setLabel("CustomTile " + States.STATE_OFF)
.shouldCollapsePanel(false)
.setIcon(R.drawable.ic_launcher)
.build();
CMStatusBarManager.getInstance(this)
Expand Down
Expand Up @@ -60,7 +60,6 @@ public void run() {
.setLabel("Test From SDK")
.setIcon(R.drawable.ic_launcher)
.setOnClickIntent(intent)
.shouldCollapsePanel(true)
.setContentDescription("Content description")
.build();
mCMStatusBarManager.publishTile(CUSTOM_TILE_ID, mCustomTile);
Expand Down

0 comments on commit e29548d

Please sign in to comment.