Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored AbstractFragment to not depend on AbstractInfoFragment (#487)
Due to a previous refactoring, dataHolder was still of type AbstractInfoFragment.DataHolder which should be just DataHolder in AbstractFragment. Although AbstractInfoFragment inherits from AbstractFragment the code works. However, on KitKat (4.4) some devices reported a missing method which might be caused by this "weird" inheriting. Hopefully this fixes that.
- Loading branch information