Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vediosocial
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_vediosocial
Commits
0c8d9e09
Commit
0c8d9e09
authored
Jan 26, 2025
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除同城定位文字提示
parent
df84dd49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
build.gradle
video/app/build.gradle
+2
-2
SquareFragment.kt
...java/com/duben/loveplayletd/ui/fragment/SquareFragment.kt
+3
-3
No files found.
video/app/build.gradle
View file @
0c8d9e09
...
@@ -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
80
1
versionCode
80
2
versionName
"8.0.
1
"
versionName
"8.0.
2
"
flavorDimensions
"default"
flavorDimensions
"default"
// dex突破65535的限制
// dex突破65535的限制
...
...
video/app/src/main/java/com/duben/loveplayletd/ui/fragment/SquareFragment.kt
View file @
0c8d9e09
...
@@ -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
()
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment