Fixes weird transparency in the Chat Screen
This commit is contained in:
-1
@@ -167,7 +167,6 @@ internal fun NestFullScreen(
|
|||||||
|
|
||||||
Scaffold(
|
Scaffold(
|
||||||
modifier = Modifier.fillMaxSize(),
|
modifier = Modifier.fillMaxSize(),
|
||||||
containerColor = Color.Transparent,
|
|
||||||
topBar = {
|
topBar = {
|
||||||
NestTopAppBar(
|
NestTopAppBar(
|
||||||
title = event.room().orEmpty(),
|
title = event.room().orEmpty(),
|
||||||
|
|||||||
Reference in New Issue
Block a user