Skip to content

Commit

Permalink
cmsdk: Fix toast in CMHardwareTest.
Browse files Browse the repository at this point in the history
Change-Id: Ia565607b9b43ad57923c07830a3373c73060ea5d
  • Loading branch information
Adnan Begovic committed Sep 1, 2015
1 parent c0c27a6 commit 88bc996
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,7 +121,7 @@ private boolean displayModesSupported() {
if (mHardwareManager.isSupported(CMHardwareManager.FEATURE_DISPLAY_MODES)) {
return true;
} else {
Toast.makeText(CMHardwareTest.this, "Serial number not supported",
Toast.makeText(CMHardwareTest.this, "Display modes not supported",
Toast.LENGTH_SHORT).show();
return false;
}
Expand Down

0 comments on commit 88bc996

Please sign in to comment.