Skip to content

Commit

Permalink
Changes the new post screen to use the non-disappearing version of th…
Browse files Browse the repository at this point in the history
…e scaffold.
  • Loading branch information
vitorpamplona committed Oct 15, 2024
1 parent 72e86cf commit a57566d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.OutlinedButton
import androidx.compose.material3.OutlinedTextField
import androidx.compose.material3.OutlinedTextFieldDefaults
import androidx.compose.material3.Scaffold
import androidx.compose.material3.Slider
import androidx.compose.material3.Surface
import androidx.compose.material3.Switch
Expand Down Expand Up @@ -241,8 +242,7 @@ fun NewPostScreen(
NostrSearchEventOrUserDataSource.stop()
}
}
DisappearingScaffold(
isInvertedLayout = false,
Scaffold(
topBar = {
TopAppBar(
title = {
Expand Down Expand Up @@ -299,7 +299,6 @@ fun NewPostScreen(
),
)
},
accountViewModel = accountViewModel,
) { pad ->
if (showRelaysDialog) {
RelaySelectionDialog(
Expand Down

0 comments on commit a57566d

Please sign in to comment.