NTP-24291 | Profile blank issue on home page (#14507)

This commit is contained in:
Kishan Kumar
2025-01-10 16:12:11 +05:30
committed by GitHub
parent 5350e1bff4
commit 44a65ba6e4

View File

@@ -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 },