DroidFish: Don't reinitialize GTB in onResume(). The performance hit is not worth it. The tradeoff is that you now have to restart the program for new files added to the GTB directory to be recognized.

This commit is contained in:
Peter Osterlund
2012-05-12 17:48:38 +00:00
parent 1c10b740f1
commit 51278dfc35

View File

@@ -550,8 +550,6 @@ public class DroidFish extends Activity implements GUIInterface {
notificationActive = true;
updateNotification();
setWakeLock(useWakeLock);
egtbForceReload = true;
setEgtbOptions();
super.onResume();
}