Force black translucent statusbar

This commit is contained in:
arzynik 2014-08-16 12:35:56 -07:00
parent dc3167147e
commit fbb77e402d

View File

@ -855,4 +855,6 @@ App.push = {
document.addEventListener('statusTap', function() {
App.scrollTop(0);
// always make sure the status bar is black translucent
parent.StatusBar.styleBlackTranslucent();
});