mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-23 07:19:13 +00:00
Add subtitle when setting group filter
This commit is contained in:
parent
bb15b9983f
commit
4f0fea8a88
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ public class MainActivity extends AegisActivity implements EntryListView.Listene
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setGroupFilter(String group) {
|
private void setGroupFilter(String group) {
|
||||||
|
getSupportActionBar().setSubtitle(group);
|
||||||
_checkedGroup = group;
|
_checkedGroup = group;
|
||||||
_entryListView.setGroupFilter(group);
|
_entryListView.setGroupFilter(group);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue