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:
parent
64e3b503b3
commit
c6c5b1dac2
11 changed files with 43 additions and 34 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue