cmsdk: Clean up posted tile in CustomTileListenerService test.

TICKET: CYNGNOS-3022
Change-Id: If0c2e18b86c5d2061fd36d404d9e63496998c25f
This commit is contained in:
Adnan Begovic 2016-06-14 11:28:13 -07:00
parent 8387d3cc07
commit 7fff40e2d0
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ public class CMStatusBarManagerTest extends AndroidTestCase {
super.onCustomTilePosted(sbc);
Log.d(TAG, "Posted " + sbc.getCustomTile());
if (TextUtils.equals(expectedCustomTile.label, sbc.getCustomTile().label)) {
removeCustomTile(mContext.getPackageName(), null, 1337);
signal.countDown();
}
}