Commit 0c8d9e09 authored by mengcuiguang's avatar mengcuiguang

删除同城定位文字提示

parent df84dd49
......@@ -16,8 +16,8 @@ android {
applicationId "com.duben.loveplayletd"
minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 801
versionName "8.0.1"
versionCode 802
versionName "8.0.2"
flavorDimensions "default"
// dex突破65535的限制
......
......@@ -236,9 +236,9 @@ class SquareFragment : LazyLoadBaseFragment(), SquareView, View.OnClickListener
// 首次定位提示
if (!isFirstLocation) {
isFirstLocation = true
Handler(Looper.getMainLooper()).postDelayed({
showToast("正在开启定位...")
}, 300)
// Handler(Looper.getMainLooper()).postDelayed({
// showToast("正在开启定位...")
// }, 300)
}
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