Merge pull request #422 from beautyfree/patch-3

fix(statusbar): typo in the method
This commit is contained in:
Adam Bradley
2015-11-02 19:24:06 -06:00

View File

@ -84,7 +84,7 @@ export class StatusBar {
*/
static setHexColor(hex) {
this.ifPlugin(() => {
window.StatusBar.backgroundColorByHexName(hex);
window.StatusBar.backgroundColorByHexString(hex);
});
}