Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile
Commits
1e8dadec
Commit
1e8dadec
authored
Jan 04, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove Progressbar2
parent
a24ecf12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
mobile/src/main/java/cn/garymb/ygomobile/ui/plus/DialogPlus.java
...src/main/java/cn/garymb/ygomobile/ui/plus/DialogPlus.java
+0
-13
No files found.
mobile/src/main/java/cn/garymb/ygomobile/ui/plus/DialogPlus.java
View file @
1e8dadec
...
...
@@ -40,7 +40,6 @@ public class DialogPlus extends Dialog {
private
String
mUrl
,
mHtml
;
private
View
mCancelLayout
,
mButtonLayout
,
mTitleLayout
;
private
View
mProgressBar
;
public
ProgressBar
mProgressBar2
;
private
WebViewPlus
mWebView
;
private
final
GestureDetector
mGestureDetector
;
private
GestureDetector
.
OnGestureListener
mOnGestureListener
;
...
...
@@ -166,7 +165,6 @@ public class DialogPlus extends Dialog {
dialog
.
setOnCancelListener
(
cancelListener
);
dialog
.
hideButton
();
dialog
.
showProgressBar
();
dialog
.
showProgressBar2
();
// dialog.getWindow().setType(TYPE_KEYGUARD);
dialog
.
show
();
return
dialog
;
...
...
@@ -199,17 +197,6 @@ public class DialogPlus extends Dialog {
return
this
;
}
public
DialogPlus
showProgressBar2
()
{
if
(
mProgressBar2
!=
null
)
{
mProgressBar2
.
setVisibility
(
View
.
VISIBLE
);
}
return
this
;
}
public
ProgressBar
getProgressBar2
()
{
return
mProgressBar2
;
}
@Override
public
void
setTitle
(
@Nullable
CharSequence
title
)
{
...
...
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