android-open-source-project-analysis icon indicating copy to clipboard operation
android-open-source-project-analysis copied to clipboard

ActivityStack的findTaskLocked方法功能描述有误

Open WalterLsaacson opened this issue 7 years ago • 1 comments
trafficstars

原文是: findTaskLocked():该函数的功能是找到目标ActivityRecord(target)所在的任务栈(TaskRecord),如果找到,则返回栈顶的ActivityRecord,否则,返回null 通过查看源码发现这里匹配的是Taskrecord的栈底ActivityRecord,返回的是栈顶ActivityRecord. 希望能交流一下这个点。

WalterLsaacson avatar Oct 19 '18 09:10 WalterLsaacson

这个项目迁移到:https://github.com/BeesAndroid/BeesAndroid

可以去对应的文章提PR

sucese avatar Oct 22 '18 08:10 sucese