This commit is contained in:
Andrew 2024-06-14 15:00:22 +09:30
parent 962d4e9a28
commit 351f2d9c57
2 changed files with 0 additions and 3 deletions

View File

@ -31,7 +31,6 @@ import androidx.compose.ui.unit.dp
import network.loki.messenger.R
import org.thoughtcrime.securesms.BaseActionBarActivity
import org.thoughtcrime.securesms.showSessionDialog
import org.thoughtcrime.securesms.ui.Cell
import org.thoughtcrime.securesms.ui.CellWithPaddingAndMargin
import org.thoughtcrime.securesms.ui.LocalDimensions
import org.thoughtcrime.securesms.ui.LocalPalette

View File

@ -36,7 +36,6 @@ fun SessionMaterialTheme(
/**
* Apply a given [Palette], and our typography and shapes as a Material 2 Compose Theme.
**/
@OptIn(ExperimentalMaterialApi::class)
@Composable
fun SessionMaterialTheme(
palette: Palette,
@ -96,7 +95,6 @@ fun PreviewTheme(
SessionMaterialTheme(palette) {
Box(modifier = Modifier.background(color = LocalPalette.current.background)) {
content()
LocalTextStyle
}
}
}