mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 10:37:51 +02:00
Let GC take care of the presenter. Also fix #947
This commit is contained in:
@ -61,7 +61,6 @@ public class NucleusConductorDelegate<P extends Presenter> {
|
||||
void onDestroy() {
|
||||
if (presenter != null) {
|
||||
presenter.destroy();
|
||||
presenter = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user