Skip to content

Commit

Permalink
HistoryScreen: Fix crash with Compose ui 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mikooomich authored and reocat committed Jan 12, 2025
1 parent 3cce3df commit 36aec7d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import androidx.compose.foundation.layout.WindowInsetsSides
import androidx.compose.foundation.layout.asPaddingValues
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.ime
import androidx.compose.foundation.layout.only
import androidx.compose.foundation.layout.union
Expand Down Expand Up @@ -244,6 +245,7 @@ fun HistoryScreen(
)
}
}
Spacer(Modifier.height(1.dp)) // for Compose ui 1.8
}

item {
Expand Down

0 comments on commit 36aec7d

Please sign in to comment.