1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00
This commit is contained in:
Nikolay Pultsin 2011-07-16 23:44:34 +01:00
parent 2186b68e7b
commit 2d23df31d3

View file

@ -40,7 +40,7 @@ public abstract class BaseActivity extends ListActivity {
private FBTree myCurrentTree;
// we store the key separately because
// it will be changed after myCurrentTree.removeSelf() call
// it will be changed in case of myCurrentTree.removeSelf() call
private FBTree.Key myCurrentKey;
private ArrayList<FBTree.Key> myHistory;