mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
missing break in switch
This commit is contained in:
parent
1aadeb80b0
commit
40d9f107b1
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ public class LibraryActivity extends TreeActivity<LibraryTree> implements MenuIt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tryToDeleteBooks(books);
|
tryToDeleteBooks(books);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
case OptionsItemId.ExternalView:
|
case OptionsItemId.ExternalView:
|
||||||
runOrInstallExternalView();
|
runOrInstallExternalView();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue