Skip to content

Commit

Permalink
Fixed openMF#2713 Adjusted status bar to dynamically follow the app's…
Browse files Browse the repository at this point in the history
… theme, ensuring consistency between the UI and the status bar.
  • Loading branch information
yashc18 committed Oct 5, 2024
1 parent 9043483 commit 561e88b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions androidApp/src/main/kotlin/org/mifos/mobile/ui/MifosApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.semantics.semantics
import androidx.compose.ui.semantics.testTagsAsResourceId
import androidx.lifecycle.compose.collectAsStateWithLifecycle
import com.google.accompanist.systemuicontroller.rememberSystemUiController
import org.mifos.mobile.R
Expand Down Expand Up @@ -73,7 +72,7 @@ fun MifosApp(

Scaffold(
modifier = Modifier.semantics {
testTagsAsResourceId = true

},
containerColor = Color.Transparent,
contentColor = MaterialTheme.colorScheme.onBackground,
Expand Down

0 comments on commit 561e88b

Please sign in to comment.