Browse Source

fix: status bar color is themed now

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 9 months ago
parent
commit
31aacadf6f

+ 1 - 0
app/src/main/java/com/nextcloud/talk/contacts/ContactsActivityCompose.kt

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