improve visuals for Logo & Login screens for compact devices
This commit is contained in:
@@ -40,7 +40,8 @@ class UserSettingsImpl(
|
||||
selectedColorScheme = selectedColorScheme(),
|
||||
usingAmoledBackground = isUsingAmoledBackground(),
|
||||
usingBlur = isUsingBlur(),
|
||||
multiline = isMultiline()
|
||||
multiline = isMultiline(),
|
||||
isDeviceCompact = false
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
@@ -7,5 +7,5 @@ data class ThemeConfig(
|
||||
val usingAmoledBackground: Boolean,
|
||||
val usingBlur: Boolean,
|
||||
val multiline: Boolean,
|
||||
val bubblesWithPinch: Boolean = true
|
||||
val isDeviceCompact: Boolean
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user