mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Fix null exception from clean up
This commit is contained in:
@@ -162,7 +162,7 @@ public class StartActivity extends FragmentActivity
|
||||
|
||||
@Override
|
||||
protected void onDestroy() {
|
||||
mSearch.close();
|
||||
if(mSearch != null) mSearch.close();
|
||||
super.onDestroy();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user