Magisk/app
Viktor De Pasquale 851ee81486 Updated removing of "empty list" messages
Before this commit, the loader removed messages _after_ it updated the
 list. Coincidentally the list updating mechanism is asynchronous to
 some extent and so slower devices might've had the message removed
 after changes have been dispatched which confused the recyclerview and
 caused the crash.
Now, the loader is stripped of the responsibility update the list
 holding helper messages. The responsibility is for the user itself to
 notify listeners and then clear the helper list. This should hopefully
 delay the removal to the point where choreographer had enough time to
 traverse through the hierarchy.

Stupid recycler view / layout managers. Literally unnecessary crash.
2020-01-25 22:31:19 +08:00
..
src/main Updated removing of "empty list" messages 2020-01-25 22:31:19 +08:00
.gitignore Separate backend logic from frontend UI 2018-12-13 04:35:50 -05:00
build.gradle Make things run on API 17 2020-01-15 00:05:44 +08:00
proguard-kotlin.pro Removed test options from proguard 2019-05-24 16:02:47 +02:00
proguard-rules.pro Make release builds work 2020-01-15 00:51:27 +08:00
res-ids.txt Make main app fully independent from the stub 2019-10-17 02:55:42 -04:00