forked from melod1n/fast-messenger
refactor: improve auth screen and bump haze version
* Bump haze version to 1.6.0. * Blur now works on android 11 and older * Add "Sign up" and "Forgot password?" links to the auth screen. * Add logic to toggle dynamic colors on logo click in the auth screen (Android 12+).
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@ fun MessagesHistoryScreen(
|
||||
val coroutineScope = rememberCoroutineScope()
|
||||
val theme = LocalThemeConfig.current
|
||||
val listState = rememberLazyListState()
|
||||
val hazeState = remember { HazeState() }
|
||||
val hazeState = remember { HazeState(true) }
|
||||
|
||||
LaunchedEffect(scrollIndex) {
|
||||
if (scrollIndex != null) {
|
||||
|
||||
Reference in New Issue
Block a user