mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-23 06:54:52 +02:00
Formatting
This commit is contained in:
parent
f768a09bd8
commit
824e8795d5
@ -81,7 +81,7 @@ import kotlin.math.roundToInt
|
||||
fun ReactionsRow(baseNote: Note, showReactionDetail: Boolean, accountViewModel: AccountViewModel, nav: (String) -> Unit) {
|
||||
val grayTint = MaterialTheme.colors.placeholderText
|
||||
|
||||
var wantsToSeeReactions = remember {
|
||||
val wantsToSeeReactions = remember {
|
||||
mutableStateOf<Boolean>(false)
|
||||
}
|
||||
|
||||
|
@ -156,4 +156,9 @@ fun WatchAccountForHomeScreen(
|
||||
}
|
||||
|
||||
@Immutable
|
||||
class TabItem(val resource: Int, val viewModel: FeedViewModel, val routeForLastRead: String, val scrollStateKey: String)
|
||||
class TabItem(
|
||||
val resource: Int,
|
||||
val viewModel: FeedViewModel,
|
||||
val routeForLastRead: String,
|
||||
val scrollStateKey: String
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user