Moar work on dark theme

This commit is contained in:
d8ahazard
2016-09-25 10:53:20 -05:00
committed by topjohnwu
parent 7b8237afae
commit 2052149dc1
3 changed files with 12 additions and 3 deletions

View File

@ -60,6 +60,8 @@ public class LogFragment extends Fragment {
public void onResume() {
super.onResume();
getActivity().setTitle("Log");
setHasOptionsMenu(true);
reloadErrorLog();
}
@Override