Try some stuff on room list and avatar...
This commit is contained in:
parent
fcf7e8d7f1
commit
14992cb63a
17 changed files with 230 additions and 12 deletions
|
|
@ -23,7 +23,7 @@ class MainActivity : ComponentActivity() {
|
|||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
setContent {
|
||||
ElementXTheme {
|
||||
ElementXTheme(darkTheme = false) {
|
||||
MainScreen(viewModel = viewModel)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue