Formatting
This commit is contained in:
@@ -81,7 +81,7 @@ import kotlin.math.roundToInt
|
|||||||
fun ReactionsRow(baseNote: Note, showReactionDetail: Boolean, accountViewModel: AccountViewModel, nav: (String) -> Unit) {
|
fun ReactionsRow(baseNote: Note, showReactionDetail: Boolean, accountViewModel: AccountViewModel, nav: (String) -> Unit) {
|
||||||
val grayTint = MaterialTheme.colors.placeholderText
|
val grayTint = MaterialTheme.colors.placeholderText
|
||||||
|
|
||||||
var wantsToSeeReactions = remember {
|
val wantsToSeeReactions = remember {
|
||||||
mutableStateOf<Boolean>(false)
|
mutableStateOf<Boolean>(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -156,4 +156,9 @@ fun WatchAccountForHomeScreen(
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Immutable
|
@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
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user