crux-bphc / CMS-Android

A custom Moodle app for the students of BITS Pilani, Hyderabad Campus.
MIT License
28 stars 39 forks source link

Fix: Crash on downloading attachments after network sync of discussion #309

Closed abhijeetviswa closed 3 years ago

abhijeetviswa commented 3 years ago

Trying to download an attachment immediately after the discussion loads after a network sync crashes the app (for example downloading an attachment in discussion after pressing on a notification).

Remove method calls to managed Realm objects since there is no guarantee that the objects are managed by Realm.

Close #308