YoKeyword / Fragmentation

[DEPRECATED] A powerful library that manage Fragment for Android
Apache License 2.0
9.72k stars 2.11k forks source link

在电视端使用后,pop后焦点无法落在原控件上 #1175

Open litingting-bj opened 5 years ago

litingting-bj commented 5 years ago

Issues Guideline

Following information can help us to resolve the issue faster.

In addition, we do not accept issues unrelated to Fragmentation.

litingting-bj commented 5 years ago

Library version:fragmentationx:1.0.1 Support-v4 version:28.0.0-alpha1

使用微信框架,使用 ((MainFragment) getParentFragment()).startBrotherFragment( SubFragment.newInstance("sub"))这种方式进入SubFragment,然后按back key返回,无任何控件获取焦点。是否支持返回后有默认焦点?