feat(status_bar): Make status bar style configurable

This commit is contained in:
Silvio Leite
2020-05-30 18:00:17 -03:00
parent 43a8131e8e
commit 8e39aebe17
6 changed files with 8 additions and 3 deletions

View File

@@ -37,7 +37,8 @@ class ManifestTest(TestCase):
'"orientation":',
'"icons":',
'"dir":',
'"lang":'
'"lang":',
'"status_bar":'
]
for expected in contents:
with self.subTest():