173d172 < 188,201d186 < < // If there was an open collection last session, reopen it < new OpenCollectionFromLastTimeTask().start(); < } < < < /** This is in it's own thread because this action cannot happen on the GUI thread. */ < private class OpenCollectionFromLastTimeTask < extends Thread < { < public void run() < { < Gatherer.c_man.openCollectionFromLastTime(); < }