Commit 0c8d9e09 authored by mengcuiguang's avatar mengcuiguang

删除同城定位文字提示

parent df84dd49
...@@ -16,8 +16,8 @@ android { ...@@ -16,8 +16,8 @@ android {
applicationId "com.duben.loveplayletd" applicationId "com.duben.loveplayletd"
minSdkVersion rootProject.ext.androidMinSdkVersion minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 801 versionCode 802
versionName "8.0.1" versionName "8.0.2"
flavorDimensions "default" flavorDimensions "default"
// dex突破65535的限制 // dex突破65535的限制
......
...@@ -236,9 +236,9 @@ class SquareFragment : LazyLoadBaseFragment(), SquareView, View.OnClickListener ...@@ -236,9 +236,9 @@ class SquareFragment : LazyLoadBaseFragment(), SquareView, View.OnClickListener
// 首次定位提示 // 首次定位提示
if (!isFirstLocation) { if (!isFirstLocation) {
isFirstLocation = true isFirstLocation = true
Handler(Looper.getMainLooper()).postDelayed({ // Handler(Looper.getMainLooper()).postDelayed({
showToast("正在开启定位...") // showToast("正在开启定位...")
}, 300) // }, 300)
} }
startLocation() startLocation()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment