This commit is contained in:
Vitor Pamplona
2023-08-21 17:30:37 -04:00
parent 655a563f61
commit a9af2d8982
2 changed files with 2 additions and 4 deletions
@@ -114,7 +114,6 @@ import java.math.BigDecimal
import java.math.RoundingMode
import java.text.DecimalFormat
import kotlin.math.roundToInt
import kotlin.time.ExperimentalTime
import kotlin.time.measureTimedValue
@Composable
@@ -141,7 +140,6 @@ fun ReactionsRow(
Spacer(modifier = HalfDoubleVertSpacer)
}
@OptIn(ExperimentalTime::class)
@Composable
private fun InnerReactionRow(
baseNote: Note,