-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disabled shared element transitions from API 27 (#494)
AdapterView is not supported by the transition framework. This became an issue with the release of API 27. In Android 8.1 the shared element view is removed from the exiting fragment. This causes Android to call the removeView method from AdapterView which is not implemented and causes the app to crash. We can reenable shared element transitions for API 27 and up by refactoring the GridView usage to RecycleView.
- Loading branch information
1 parent
b0e6d32
commit 250c1f0
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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