Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在VIVO手机中的启动问题 #321

Closed
5 tasks done
wushange opened this issue Jul 19, 2019 · 7 comments
Closed
5 tasks done

在VIVO手机中的启动问题 #321

wushange opened this issue Jul 19, 2019 · 7 comments

Comments

@wushange
Copy link

Look at here

  • → Did you conform to the Rules?
  • → Did you read the Wiki Carefully?
  • → Did you search in Google?
  • → Did you search in openned&closed Issues?
  • Receive only bugs and suggestions

Environment

  • MVPArms Version: <2.5.2>
  • AndroidStudio Version: <3.4>
  • Gradle Plugin Version: <3.4.0>
  • Target Android Version: <28>
  • Device Model:

Bug Description:

你好, 在测试中发现 使用arms框架的app 在退出应用后, 在手机的最近任务中点击app 不会回到app而是打开系统相册。 多次测试,arms2.5.2的demo也存在这个问题。不知道是哪里出错,也不确定是咱们框架的问题,能帮看一下吗 谢谢

Related Code:

  

Bug Log:



Others:

@wushange
Copy link
Author

录屏_20190719_133130
就像这样

@wushange
Copy link
Author

简单发现了问题可能的原因 去掉canary-debug的引用就好了
// debugImplementation rootProject.ext.dependencies["canary-debug"] // releaseImplementation rootProject.ext.dependencies["canary-release"] // testImplementation rootProject.ext.dependencies["canary-release"]
这是为什么呢?

@xichunjie
Copy link

我今天也遇到这个情况,是什么原因呢

@ruanbaojun1105
Copy link

打正式包还有这种问题吗? @wushange

@wushange
Copy link
Author

打正式包还有这种问题吗? @wushange

正式包不会

@ruanbaojun1105
Copy link

那有什么影响呢

@JessYanCoding
Copy link
Owner

JessYanCoding commented Aug 3, 2019

如果去掉 canary 的引用就没问题了,那说明可能是 canary 影响到了 Activity 栈,打正式包没问题是因为正式包不会引用 canary,可以提 issues 给 canary

@wushange wushange closed this as completed Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants