mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-24 06:35:46 +00:00
Fixed memory leak caused by Application reference
This commit is contained in:
parent
dc6ed91d4f
commit
9ea268053d
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ public class HabiticaApplication extends Application {
|
|||
|
||||
@Override
|
||||
public void onActivityDestroyed(Activity activity) {
|
||||
|
||||
currentActivity = null;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue