Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_boost_1.22.4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
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
李增强
flutter_boost_1.22.4
Commits
238255d0
Commit
238255d0
authored
Oct 18, 2019
by
yangwu.jia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add png
parent
08671c5f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
.gitignore
.gitignore
+0
-1
android/src/main/java/com/idlefish/flutterboost/Utils.java
android/src/main/java/com/idlefish/flutterboost/Utils.java
+1
-1
example/android/app/src/main/res/drawable-xhdpi/page_loading.png
.../android/app/src/main/res/drawable-xhdpi/page_loading.png
+0
-0
No files found.
.gitignore
View file @
238255d0
...
@@ -17,4 +17,3 @@ example/android/app/.classpath
...
@@ -17,4 +17,3 @@ example/android/app/.classpath
example/android/app/.project
example/android/app/.project
example/android/.project
example/android/.project
flutter_boost
flutter_boost
example
android/src/main/java/com/idlefish/flutterboost/Utils.java
View file @
238255d0
...
@@ -263,7 +263,7 @@ public class Utils {
...
@@ -263,7 +263,7 @@ public class Utils {
return
;
return
;
}
}
String
[]
arr
=
new
String
[]{
"m
LastSrvView"
,
"m
ServedView"
,
"mNextServedView"
};
String
[]
arr
=
new
String
[]{
"mServedView"
,
"mNextServedView"
};
Field
f
=
null
;
Field
f
=
null
;
Object
obj_get
=
null
;
Object
obj_get
=
null
;
for
(
int
i
=
0
;
i
<
arr
.
length
;
i
++)
{
for
(
int
i
=
0
;
i
<
arr
.
length
;
i
++)
{
...
...
example/android/app/src/main/res/drawable-xhdpi/page_loading.png
0 → 100644
View file @
238255d0
6.62 KB
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