mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
Fix a couple more Rx/context inconsistencies. (#2715)
* Stop storing Context! * Properly contain and dispose of observables. * Add a few more containments of Rx observables.
This commit is contained in:
parent
7cb1f56165
commit
f7302d4301
6 changed files with 76 additions and 92 deletions
|
|
@ -236,7 +236,7 @@ public class DeleteTask extends AsyncTask<Void, Integer, Boolean> {
|
|||
}
|
||||
}
|
||||
|
||||
((ReviewActivity)context).reviewController.swipeToNext();
|
||||
((ReviewActivity)context).swipeToNext();
|
||||
((ReviewActivity)context).runRandomizer();
|
||||
|
||||
DeleteTask deleteTask = new DeleteTask(context, media, reason);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue