1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-2966 Chat | Fix | Misc. fixes (#2441)

This commit is contained in:
Evgenii Kozlov 2025-05-23 14:04:59 +02:00 committed by GitHub
parent 64e3b503b3
commit c6c5b1dac2
Signed by: github
GPG key ID: B5690EEEBB952194
11 changed files with 43 additions and 34 deletions

View file

@ -133,7 +133,8 @@ class ProfileSettingsViewModel(
SetImageIcon.Params(
target = config.profile,
path = path,
spaceId = SpaceId(config.techSpace)
spaceId = SpaceId(config.techSpace),
createTypeWidgetIfMissing = false
)
).process(
failure = {

View file

@ -78,15 +78,10 @@ fun NewSpaceSettingsScreen(
containerColor = colorResource(id = R.color.background_primary),
topBar = {
Box(
modifier = if (Build.VERSION.SDK_INT >= EDGE_TO_EDGE_MIN_SDK)
Modifier
.windowInsetsPadding(WindowInsets.statusBars)
.fillMaxWidth()
.height(48.dp)
else
Modifier
.fillMaxWidth()
.height(48.dp)
modifier = Modifier
.windowInsetsPadding(WindowInsets.statusBars)
.fillMaxWidth()
.height(48.dp)
) {
Box(
modifier = Modifier