apcro / leafpicrevived

LeafPic Revived - an updated version of LeafPic, a full-featured gallery app for Android.
GNU General Public License v3.0
122 stars 20 forks source link

Replace custom Iconics inflator with native #21

Open apcro opened 4 years ago

apcro commented 4 years ago

See: https://github.com/mikepenz/Android-Iconics/issues/470 and https://github.com/mikepenz/Android-Iconics/issues/480

There is an issue with Iconics and Android 10 based on a breaking change in Android 10, which prevents updating Iconics to the latest version and has some knock-on effects.

To resolve, replace all the custom layout inflators (from Liz) with native inflators. Or possibly update Liz to support Android 10 properly.