Skip to content

Commit

Permalink
fix battery percent
Browse files Browse the repository at this point in the history
  • Loading branch information
hosizoraru committed May 2, 2024
1 parent 18e2557 commit ebb3e45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object HideBatteryIcon : HookRegister() {
}
//隐藏电池内的百分比
hasEnable("hide_battery_percentage_icon") {
(it.thisObject.getObjectFieldAs<TextView>("mBatteryPercentMarkView")).textSize =
(it.thisObject.getObjectFieldAs<TextView>("mBatteryPercentView")).textSize =
0F
}
//隐藏电池百分号
Expand Down

0 comments on commit ebb3e45

Please sign in to comment.