Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
b71f7437
Commit
b71f7437
authored
Apr 05, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script
parent
ce1a8b04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
script/code/thirdpart_list.py
+5
-1
No files found.
script/code/thirdpart_list.py
View file @
b71f7437
...
...
@@ -150,7 +150,7 @@ def code_certifyprogress(path):
#2
if
"startFragment(AccountFragment.create(), false);"
in
line
:
code
=
"
\
n\
t\t\t\t
AccountFragment accountFragment = AccountFragment.create();
\n
"
+
\
code
=
"
\t\t\t\t
AccountFragment accountFragment = AccountFragment.create();
\n
"
+
\
"
\t\t\t\t
accountFragment.setArguments(getIntent().getExtras());
\n
"
+
\
"
\t\t\t\t
startFragment(accountFragment, false);
\n
"
line
=
line
+
code
...
...
@@ -192,3 +192,6 @@ for root, dirs, files in os.walk("../../../app/src/main"):
elif
file
.
endswith
(
"CertifyProgressActivity.java"
):
path
=
os
.
path
.
join
(
directory
,
file
)
code_certifyprogress
(
path
)
elif
file
.
endswith
(
"MessageID.java"
):
path
=
os
.
path
.
join
(
directory
,
file
)
code_messageid
(
path
)
\ No newline at end of file
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