• Viktor De Pasquale's avatar
    Updated removing of "empty list" messages · 851ee814
    Viktor De Pasquale authored
    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.
    851ee814
Name
Last commit
Last update
app Loading commit data...
docs Loading commit data...
gradle/wrapper Loading commit data...
native Loading commit data...
scripts Loading commit data...
shared Loading commit data...
signing Loading commit data...
snet Loading commit data...
stub Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
LICENSE Loading commit data...
README.MD Loading commit data...
build.gradle Loading commit data...
build.py Loading commit data...
config.prop.sample Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...