Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
F
Fast File Manager Pro
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
Fast File Manager Pro
Commits
7bf97f11
Commit
7bf97f11
authored
Apr 03, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loading弹出不可返回取消
parent
a3be72ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
MainActivity.kt
...src/main/java/com/zxhy/fastfilemanagerpro/MainActivity.kt
+1
-1
LoadingDialog.kt
...a/com/zxhy/fastfilemanagerpro/kokodialog/LoadingDialog.kt
+1
-0
No files found.
app/src/main/java/com/zxhy/fastfilemanagerpro/MainActivity.kt
View file @
7bf97f11
...
...
@@ -113,7 +113,7 @@ class MainActivity : AppCompatActivity() {
override
fun
onRestart
()
{
super
.
onRestart
()
(
application
as
MyApplication
).
kokoOpenAdManager
.
showAdIfAvailable
(
this
)
//
(application as MyApplication).kokoOpenAdManager.showAdIfAvailable(this)
}
override
fun
onDestroy
()
{
...
...
app/src/main/java/com/zxhy/fastfilemanagerpro/kokodialog/LoadingDialog.kt
View file @
7bf97f11
...
...
@@ -16,6 +16,7 @@ object LoadingDialog {
val
dialog
=
AlertDialog
.
Builder
(
this
).
setView
(
binding
.
root
).
create
()
dialog
.
show
()
dialog
.
setCanceledOnTouchOutside
(
false
)
dialog
.
setCancelable
(
false
)
//修改dialog的尺寸
val
lp
=
dialog
.
window
?.
attributes
...
...
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