mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 12:00:17 +02:00
UIUtil splitted to UIUtil & UIMessageUtil
This commit is contained in:
parent
8e93c438f9
commit
e509bf81a3
14 changed files with 77 additions and 48 deletions
|
@ -479,7 +479,7 @@ public class LibraryActivity extends TreeActivity<LibraryTree> implements MenuIt
|
|||
if (found) {
|
||||
openSearchResults();
|
||||
} else {
|
||||
UIUtil.showErrorMessage(LibraryActivity.this, "bookNotFound");
|
||||
UIMessageUtil.showErrorMessage(LibraryActivity.this, "bookNotFound");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue