This commit is contained in:
sadellie 2023-07-31 12:42:54 +03:00
parent edebec1865
commit 8c452012d6
2 changed files with 5 additions and 7 deletions

View File

@ -27,7 +27,6 @@ import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.items
import androidx.compose.foundation.lazy.rememberLazyListState
import androidx.compose.material3.Divider
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Scaffold
import androidx.compose.material3.TopAppBarDefaults
@ -46,9 +45,9 @@ import androidx.compose.ui.unit.dp
import androidx.hilt.navigation.compose.hiltViewModel
import androidx.lifecycle.compose.collectAsStateWithLifecycle
import com.sadellie.unitto.core.base.R
import com.sadellie.unitto.core.ui.common.UnittoSearchBar
import com.sadellie.unitto.data.model.UnittoTimeZone
import com.sadellie.unitto.timezone.components.SelectableTimeZone
import com.sadellie.unitto.core.ui.common.UnittoSearchBar
import kotlinx.coroutines.delay
import kotlinx.coroutines.isActive
import java.time.ZonedDateTime
@ -131,7 +130,6 @@ fun AddTimeZoneScreen(
.fillMaxWidth(),
currentTime = uiState.userTime
)
Divider()
}
}
}

View File

@ -5,15 +5,15 @@ kotlin = "1.9.0"
androidxCore = "1.10.1"
androidGradlePlugin = "8.0.2"
orgJetbrainsKotlinxCoroutinesTest = "1.7.2"
androidxCompose = "1.5.0-alpha02"
androidxCompose = "1.6.0-alpha02"
androidxComposeCompiler = "1.5.0"
androidxComposeUi = "1.6.0-alpha01"
androidxComposeMaterial3 = "1.2.0-alpha03"
androidxComposeUi = "1.6.0-alpha02"
androidxComposeMaterial3 = "1.2.0-alpha04"
androidxNavigation = "2.6.0"
androidxLifecycleRuntimeCompose = "2.6.1"
androidxHilt = "1.0.0"
comGoogleDagger = "2.47"
androidxComposeMaterialIconsExtended = "1.6.0-alpha01"
androidxComposeMaterialIconsExtended = "1.6.0-alpha02"
androidxDatastore = "1.0.0"
comGoogleAccompanist = "0.30.1"
androidxRoom = "2.6.0-alpha02"