We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828242d commit 0d5dd94Copy full SHA for 0d5dd94
app/src/main/java/com/google/samples/apps/nowinandroid/ui/NiaAppState.kt
@@ -77,7 +77,8 @@ class NiaAppState(
77
.currentBackStackEntryAsState().value?.destination
78
79
private var _shouldShowSettingsDialog by mutableStateOf(false)
80
- val shouldShowSettingsDialog = _shouldShowSettingsDialog
+ val shouldShowSettingsDialog
81
+ get() = _shouldShowSettingsDialog
82
83
val shouldShowBottomBar: Boolean
84
get() = windowSizeClass.widthSizeClass == WindowWidthSizeClass.Compact ||
0 commit comments