fix: status bar color is themed now

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-08-17 23:09:57 +02:00
parent d85890c8ee
commit 31aacadf6f
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -109,6 +109,7 @@ class ContactsActivityCompose : BaseActivity() {
) )
} }
} }
setupSystemColors()
} }
} }