mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-10 10:17:12 +01:00
4947bc1be5
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. |
||
---|---|---|
.. | ||
activity_lock_screen.xml | ||
activity_view_multi_reddit_detail.xml | ||
activity_view_subreddit_detail.xml | ||
activity_view_user_detail.xml | ||
app_bar_main.xml | ||
fragment_view_post_detail.xml |