Skip to content

Commit

Permalink
issue for JsonChao#115: nightModeState not saved
Browse files Browse the repository at this point in the history
  • Loading branch information
gowufang authored Aug 17, 2021
1 parent 4c4029a commit 6e56d6b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
mFragments = new ArrayList<>();
if (savedInstanceState == null) {
mPresenter.setNightModeState(false);
initPager(false, Constants.TYPE_MAIN_PAGER);
} else {
mBottomNavigationView.setSelectedItemId(R.id.tab_main_pager);
Expand Down

0 comments on commit 6e56d6b

Please sign in to comment.