1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +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; private FBTree myCurrentTree;
// we store the key separately because // 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 FBTree.Key myCurrentKey;
private ArrayList<FBTree.Key> myHistory; private ArrayList<FBTree.Key> myHistory;