mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 19:25:16 +00:00
fix setBackgroundColor typo
This commit is contained in:
parent
4b2d212a67
commit
3c0a0c3993
1 changed files with 1 additions and 1 deletions
|
@ -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});
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue