Infinity-For-Lemmy/app/src/main
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
..
java/ml/docilealligator/infinityforreddit Fix spoiler interactions with links and long clicks (#1129) 2022-09-25 16:13:59 +08:00
res Fix crash in debug build by using fully qualified class name for layoutmanager (#1130) 2022-09-25 16:15:38 +08:00
AndroidManifest.xml Allow parallel installation of debug and release versions (#636) 2022-09-21 12:57:42 +08:00
ic_launcher-web.png This app now has an icon (finally)git statusgit statusgit status Add a credits page in settings. Use another error view and no comment placeholder. 2019-08-27 16:46:46 +08:00