From 2e3245123a02c68c2a4f3e7b498f5708b8521ac0 Mon Sep 17 00:00:00 2001 From: jakeroseman Date: Wed, 27 Nov 2024 20:36:01 +0000 Subject: [PATCH] Apply Spotless --- .../compose/snippets/text/FilterText.kt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/compose/snippets/src/main/java/com/example/compose/snippets/text/FilterText.kt b/compose/snippets/src/main/java/com/example/compose/snippets/text/FilterText.kt index 1fa1a074..6967ea4f 100644 --- a/compose/snippets/src/main/java/com/example/compose/snippets/text/FilterText.kt +++ b/compose/snippets/src/main/java/com/example/compose/snippets/text/FilterText.kt @@ -1,3 +1,19 @@ +/* + * Copyright 2024 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.example.compose.snippets.text import androidx.compose.foundation.layout.Column @@ -17,12 +33,11 @@ import androidx.compose.ui.Modifier import androidx.compose.ui.tooling.preview.Preview import androidx.compose.ui.unit.dp import androidx.lifecycle.ViewModel -import androidx.lifecycle.viewmodel.compose.viewModel import androidx.lifecycle.compose.collectAsStateWithLifecycle +import androidx.lifecycle.viewmodel.compose.viewModel import kotlinx.coroutines.flow.MutableStateFlow import kotlinx.coroutines.flow.StateFlow - // [START android_compose_text_filtertextviewmodel] class FilterTextViewModel : ViewModel() { private val items = listOf(