Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Aug 22, 2019
1 parent f11f792 commit a502cd9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,10 @@ private void initData() {
private void upView() {
if (readBookControl.getHideStatusBar()) {
sbShowTimeBattery.setEnabled(true);
sbToLh.setEnabled(true);
} else {
sbShowTimeBattery.setEnabled(false);
sbToLh.setEnabled(false);
}
if (readBookControl.getCanKeyTurn()) {
swReadAloudKey.setEnabled(true);
Expand Down

0 comments on commit a502cd9

Please sign in to comment.