Add doc for shouldFollowSystemTheme

pull/1718/head
Andrea Severi 9 months ago
parent 6ffbe18bc5
commit 23187117f9
No known key found for this signature in database
GPG Key ID: BF5DFA9B836FBEC3

@ -86,5 +86,8 @@ sealed interface MainActivityUiState {
*/
fun shouldUseDarkTheme(isSystemDarkTheme: Boolean) = isSystemDarkTheme
/**
* Returns `true` if app theme should follow system theme.
*/
val shouldFollowSystemTheme: Boolean get() = true
}

Loading…
Cancel
Save