0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 19:25:16 +00:00

fix setBackgroundColor typo

This commit is contained in:
Kenny 2022-03-18 08:25:09 -04:00
parent 4b2d212a67
commit 3c0a0c3993

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});
}
},