Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_flowbox
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_flowbox
Commits
3ff4e0a4
Commit
3ff4e0a4
authored
Jul 22, 2021
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
ee2243e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ExpressManager.kt
.../main/java/com/mints/flowbox/ad/express/ExpressManager.kt
+1
-0
WifiFragment.kt
...c/main/java/com/mints/flowbox/ui/fragment/WifiFragment.kt
+5
-1
No files found.
app/src/main/java/com/mints/flowbox/ad/express/ExpressManager.kt
View file @
3ff4e0a4
...
...
@@ -9,6 +9,7 @@ import com.mints.flowbox.common.AppConfig
object
ExpressManager
{
/**
* 加载应用内信息流
* @param isMain 是否是网赚信息流
*/
fun
loadExpress
(
isMain
:
Boolean
)
{
...
...
app/src/main/java/com/mints/flowbox/ui/fragment/WifiFragment.kt
View file @
3ff4e0a4
...
...
@@ -559,7 +559,11 @@ class WifiFragment : BaseFragment(), View.OnClickListener, OnItemClickListener,
loadWifiData
()
},
1000
)
}
else
{
showMissingPermissionDialog
(
"位置,存储 "
)
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
Q
)
{
showMissingPermissionDialog
(
"位置"
)
}
else
{
showMissingPermissionDialog
(
"位置,存储 "
)
}
}
}
}
...
...
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