Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
M
magicbox
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
王雪伟
magicbox
Commits
0f3222cb
Commit
0f3222cb
authored
Mar 28, 2022
by
王雪伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[提交人]:王雪伟
[提交简述] :修改支付页和登录页启动模式 [实现方案] :
parent
4f1f7492
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
AndroidManifest.xml
cms/src/main/AndroidManifest.xml
+2
-1
FaceBookLoginUtil.kt
cms/src/main/java/com/zxhl/cms/utils/FaceBookLoginUtil.kt
+1
-2
AndroidManifest.xml
moduleMain/src/main/AndroidManifest.xml
+1
-1
No files found.
cms/src/main/AndroidManifest.xml
View file @
0f3222cb
...
...
@@ -25,7 +25,8 @@
android:scheme=
"magicbox"
/>
</intent-filter>
</activity>
<activity
android:name=
".pay.PayActivity"
>
<activity
android:name=
".pay.PayActivity"
android:launchMode=
"singleTop"
>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
...
...
cms/src/main/java/com/zxhl/cms/utils/FaceBookLoginUtil.kt
View file @
0f3222cb
...
...
@@ -60,9 +60,8 @@ class FaceBookLoginUtil {
}
else
{
mLoginCallBack
?.
onLoginError
(
"Success_未获取到登录信息"
)
}
},
5
00
},
10
00
)
}
override
fun
onCancel
()
{
...
...
moduleMain/src/main/AndroidManifest.xml
View file @
0f3222cb
...
...
@@ -177,7 +177,7 @@
</activity>
<activity
android:name=
".page.activity.ThirdpartyLoginActivity"
android:launchMode=
"single
Instance
"
>
android:launchMode=
"single
Top
"
>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
...
...
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