Skip to content

Commit

Permalink
refactor #818 Remove opt-in marker.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Jun 11, 2023
1 parent c72a9d1 commit 63c8198
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions loan/src/main/java/jp/toastkid/loan/view/LoanCalculatorUi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import androidx.compose.foundation.lazy.rememberLazyListState
import androidx.compose.foundation.rememberScrollState
import androidx.compose.foundation.text.KeyboardOptions
import androidx.compose.foundation.verticalScroll
import androidx.compose.material3.ExperimentalMaterial3Api
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.OutlinedTextField
import androidx.compose.material3.Surface
Expand Down Expand Up @@ -53,7 +52,7 @@ import kotlinx.coroutines.launch
import java.text.DecimalFormat
import kotlin.math.roundToInt

@OptIn(ExperimentalMaterial3Api::class, ExperimentalFoundationApi::class)
@OptIn(ExperimentalFoundationApi::class)
@Composable
fun LoanCalculatorUi() {
val context = LocalContext.current
Expand Down

0 comments on commit 63c8198

Please sign in to comment.