NTP-24291 | Profile blank issue on home page (#14507)
This commit is contained in:
@@ -99,7 +99,7 @@ fun HomeContentFrame(
|
||||
drawerState = { drawerState },
|
||||
modifier = Modifier.fillMaxSize(),
|
||||
drawerContent = {
|
||||
if (hpStates().shouldRenderProfile) {
|
||||
if (hpStates().shouldRenderProfile || drawerState.isOpen) {
|
||||
ProfileScreen(
|
||||
profileVM = profileVM,
|
||||
drawerState = { drawerState },
|
||||
|
||||
Reference in New Issue
Block a user