fix setBackgroundColor typo

This commit is contained in:
Kenny 2022-03-18 08:25:09 -04:00
parent 4b2d212a67
commit 3c0a0c3993
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const module = {
return StatusBar.setOverlaysWebView({ overlay: true });
},
async setBackground(color) {
return await setBackgroundColor({color: color});
return await StatusBar.setBackgroundColor({color: color});
}
},