Infinity-For-Lemmy/app
Sergei Kozelko 4947bc1be5
Fix crash in debug build by using fully qualified class name for layoutmanager (#1130)
When the class name is relative, Android tries to resolve it against applicationId.
However it does not match the package because of `.debug` suffix so it tries
to load the wrong class. This results in ClassNotFoundException and a crash.

Using fully qualified class name fixes it as the system can use the class name
as is.
2022-09-25 16:15:38 +08:00
..
src Fix crash in debug build by using fully qualified class name for layoutmanager (#1130) 2022-09-25 16:15:38 +08:00
build.gradle Minor bugs fixed. 2022-09-21 15:54:58 +10:00
proguard-rules.pro keep class CrashReportsFragment 2021-11-03 05:45:53 +07:00