Open DJOxid opened 8 years ago
Hello. Found some strange behaviour with BrowserFragment. Please see description below.
Steps to reproduce on Android TV Emulator:
Sofa scrolling crash.txt
We assumes that the problem is in BrowseFragment.mRowViewSelectedListener, where we trying to get VerticalGridView from mCurrentFragment, which can be not yet fully initialized (onCreateView hasn't been called yet).
Related https://github.com/dextorer/Sofa/issues/11
Hello. Found some strange behaviour with BrowserFragment. Please see description below.
Steps to reproduce on Android TV Emulator:
Sofa scrolling crash.txt
We assumes that the problem is in BrowseFragment.mRowViewSelectedListener, where we trying to get VerticalGridView from mCurrentFragment, which can be not yet fully initialized (onCreateView hasn't been called yet).