添加了通过Fragment跳转Activity的功能以及在AppCompat控件中跳转会创建一个新的activity task的问题#523
Open
fxlcy wants to merge 5 commits intoalibaba:masterfrom
Open
添加了通过Fragment跳转Activity的功能以及在AppCompat控件中跳转会创建一个新的activity task的问题#523fxlcy wants to merge 5 commits intoalibaba:masterfrom
fxlcy wants to merge 5 commits intoalibaba:masterfrom
Conversation
|
你这个修改在调用时有什么使用上的区别吗? |
Author
|
navigation加了一个参数是Fragment的重载方法 |
|
fragment 跳转到 Activity, 在fragment中获取onActivityResult 急需这个fix |
|
很强,很棒 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
在使用ARouter过程中发现,有几个问题:
1.fragment.startActivityForResult的功能在ARouter没有实现。
2.AppCompatTextView等控件中context通过TintContextWrapper.wrap(context)生成的一个新的context后,通过里面的context来跳转intent会添加Intent.FLAG_ACTIVITY_NEW_TASK的flag。
现已优化以上两个问题