mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
resources rearrangement; ZLFile.isReadable() method has been added
This commit is contained in:
parent
573b178aeb
commit
e659e69ee0
17 changed files with 52 additions and 47 deletions
|
@ -82,11 +82,7 @@ abstract class LibraryBaseActivity extends BaseActivity {
|
|||
}
|
||||
|
||||
protected void showNotFoundToast() {
|
||||
Toast.makeText(
|
||||
this,
|
||||
ZLResource.resource("errorMessage").getResource("bookNotFound").getValue(),
|
||||
Toast.LENGTH_SHORT
|
||||
).show();
|
||||
UIUtil.showErrorMessage(this, "bookNotFound");
|
||||
}
|
||||
|
||||
protected final class LibraryAdapter extends BaseAdapter implements View.OnCreateContextMenuListener {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue