diff --git a/android/build.gradle b/android/build.gradle index 7474a24..9f980fc 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.7.10' + ext.kotlin_version = '1.9.10' repositories { google() mavenCentral() diff --git a/lib/views/taxiView.dart b/lib/views/taxiView.dart index bcbe596..a5299c8 100644 --- a/lib/views/taxiView.dart +++ b/lib/views/taxiView.dart @@ -415,9 +415,7 @@ class TaxiView extends HookWidget { // 될 때까지 리로드 if (!isLoaded.value && LoadCount.value < 10) { LoadCount.value++; - } - - if (code == -2) { + } else if (isServerError.value == false) { Fluttertoast.showToast( msg: "서버와의 연결에 실패했습니다.", toastLength: Toast.LENGTH_SHORT,