mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Let GC take care of the presenter. Also fix #947
This commit is contained in:
parent
e6ff9e18cc
commit
ecfe72bcad
@ -21,7 +21,7 @@
|
|||||||
android:theme="@style/Theme.Tachiyomi">
|
android:theme="@style/Theme.Tachiyomi">
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.main.MainActivity"
|
android:name=".ui.main.MainActivity"
|
||||||
android:launchMode="singleTask">
|
android:launchMode="singleTop">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
|
@ -61,7 +61,6 @@ public class NucleusConductorDelegate<P extends Presenter> {
|
|||||||
void onDestroy() {
|
void onDestroy() {
|
||||||
if (presenter != null) {
|
if (presenter != null) {
|
||||||
presenter.destroy();
|
presenter.destroy();
|
||||||
presenter = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user