mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
Merge branch 'master' into 2.6-master
This commit is contained in:
commit
104baf0be8
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ public abstract class TreeActivity<T extends FBTree> extends ListActivity {
|
|||
}
|
||||
}
|
||||
|
||||
private setTitleAndSubtitle(Pair<String,String> pair) {
|
||||
private void setTitleAndSubtitle(Pair<String,String> pair) {
|
||||
if (pair.Second != null) {
|
||||
setTitle(pair.First + " - " + pair.Second);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue