修复警告

This commit is contained in:
yovinchen 2024-11-27 16:07:10 +08:00
parent 30e9345d81
commit 1147bc47d7

View File

@ -1,5 +1,6 @@
package com.yovinchen.bookkeeping.ui.components package com.yovinchen.bookkeeping.ui.components
import android.annotation.SuppressLint
import androidx.compose.foundation.background import androidx.compose.foundation.background
import androidx.compose.foundation.clickable import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.* import androidx.compose.foundation.layout.*
@ -123,6 +124,7 @@ fun MonthYearPickerDialog(
} }
} }
@SuppressLint("DefaultLocale")
@Composable @Composable
fun MonthlyStatistics( fun MonthlyStatistics(
totalIncome: Double, totalIncome: Double,