mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
formatting
This commit is contained in:
parent
c13c115e01
commit
6854300a2a
1 changed files with 13 additions and 12 deletions
|
@ -364,6 +364,7 @@ public class FileChooserActivity extends Activity {
|
|||
else
|
||||
mHistory = new HistoryStore<IFile>(DisplayPrefs._DefHistoryCapacity);
|
||||
mHistory.addListener(new HistoryListener<IFile>() {
|
||||
|
||||
@Override
|
||||
public void onChanged(History<IFile> history) {
|
||||
int idx = history.indexOf(getLocation());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue