File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
app/src/main/java/com/zj/weather/view/weather Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package com.zj.weather.view.weather
22
33import android.annotation.SuppressLint
44import android.content.res.Configuration
5- import android.util.Log
65import androidx.compose.foundation.layout.*
76import androidx.compose.runtime.*
87import androidx.compose.runtime.livedata.observeAsState
@@ -100,7 +99,6 @@ fun WeatherViewPager(
10099 toCityList : () -> Unit ,
101100 toWeatherList : () -> Unit ,
102101) {
103- // XLog.e("initialPage:${initialPage} currentPage:${pagerState.currentPage}")
104102 val coroutineScope = rememberCoroutineScope()
105103 Box (modifier = Modifier .fillMaxSize()) {
106104 if (initialPage >= 0 && initialPage < pagerState.pageCount) {
Original file line number Diff line number Diff line change 33 compileSdkVersion : 32 ,
44 minSdkVersion : 25 ,
55 targetSdkVersion : 32 ,
6- versionCode : 34 ,
7- versionName : " 3.4.1 " ,
6+ versionCode : 35 ,
7+ versionName : " 3.4.2 " ,
88 testInstrumentationRunner : " androidx.test.runner.AndroidJUnitRunner" ,
99 consumerProguardFiles : ' consumer-rules.pro' ,
1010 jvmTarget : ' 11' ,
You can’t perform that action at this time.
0 commit comments