1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 12:00:17 +02:00

Merge branch 'master' into ice-cream-sandwich

This commit is contained in:
Nikolay Pultsin 2015-06-12 06:04:20 +01:00
commit 99fd9a3bbe
14 changed files with 77 additions and 48 deletions

View file

@ -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");
}
}
});