Add status fragment

This commit is contained in:
topjohnwu
2016-12-25 03:05:22 +08:00
parent 442e840a53
commit 57af984e68
21 changed files with 492 additions and 430 deletions

View File

@@ -92,6 +92,7 @@ public class ModulesFragment extends Fragment {
super.onResume();
mView = this.getView();
prefs.registerOnSharedPreferenceChangeListener(listener);
getActivity().setTitle(R.string.modules);
}
@Override