mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
修复修复协议弹窗可以被绕过的问题
This commit is contained in:
parent
7a18cfa7ee
commit
3c654c691e
10
index.js
10
index.js
@ -78,11 +78,11 @@ initNavigation(async() => {
|
|||||||
init().then(() => {
|
init().then(() => {
|
||||||
navigations.pushHomeScreen()
|
navigations.pushHomeScreen()
|
||||||
SplashScreen.hide()
|
SplashScreen.hide()
|
||||||
if (isFirstRun) {
|
if (!store.getState().common.setting.isAgreePact) {
|
||||||
isFirstRun = false
|
showPactModal()
|
||||||
if (!store.getState().common.setting.isAgreePact) {
|
} else {
|
||||||
showPactModal()
|
if (isFirstRun) {
|
||||||
} else {
|
isFirstRun = false
|
||||||
store.dispatch(commonAction.checkVersion())
|
store.dispatch(commonAction.checkVersion())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
### 修复
|
### 修复
|
||||||
|
|
||||||
- 修复获取在线列表时快速切换会导致APP闪退的问题
|
- 修复修复协议弹窗可以被绕过的问题
|
||||||
|
Loading…
x
Reference in New Issue
Block a user