Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Jan 14, 2019
1 parent e6d0c85 commit 8fdfa38
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,9 @@ private void setUpNavigationView() {
});
}

/**
* 更新主题切换按钮
*/
private void upThemeVw() {
if (isNightTheme()) {
vwNightTheme.setImageResource(R.drawable.ic_daytime_24dp);
Expand Down

0 comments on commit 8fdfa38

Please sign in to comment.