linkedme跳转处理逻辑优化

This commit is contained in:
huangjian
2020-12-23 18:16:54 +08:00
parent 7dc8f09d61
commit be6689fefa
2 changed files with 6 additions and 7 deletions

View File

@@ -498,6 +498,10 @@ public class MainActivity extends BaseMvpActivity<IMainView, MainPresenter>
if (avatarLayout.getVisibility() == View.VISIBLE) {
userLivingView.start();
}
//这里是为了处理APP后台运行的情况下点击分享房间等LinkedMe链接的情况
if (UserModel.get().getCacheLoginUserInfo() != null) {
handleLinkedJump();
}
}
@Override