mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-20 20:52:18 +01:00
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:
@@ -550,8 +550,6 @@ public class DroidFish extends Activity implements GUIInterface {
|
||||
notificationActive = true;
|
||||
updateNotification();
|
||||
setWakeLock(useWakeLock);
|
||||
egtbForceReload = true;
|
||||
setEgtbOptions();
|
||||
super.onResume();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user