Try some stuff on room list and avatar...

This commit is contained in:
ganfra 2022-10-30 15:43:07 +01:00
parent fcf7e8d7f1
commit 14992cb63a
17 changed files with 230 additions and 12 deletions

View file

@ -23,7 +23,7 @@ class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
ElementXTheme {
ElementXTheme(darkTheme = false) {
MainScreen(viewModel = viewModel)
}
}