Update UI callback with prefs listener

This commit is contained in:
topjohnwu
2016-09-27 22:57:20 +08:00
parent 835ef01a70
commit e73497e4b7
13 changed files with 160 additions and 197 deletions

View File

@@ -63,7 +63,7 @@ public class AutoRootFragment extends ListFragment {
super.onResume();
initializeElements();
super.onResume();
getActivity().setTitle(R.string.auto_toggle_apps);
getActivity().setTitle(R.string.auto_toggle);
}