Skip to content

Commit 88bb5e3

Browse files
authored
Remove redundant Bangle.isCharging check
1 parent d4a777a commit 88bb5e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/smartbatt/clkinfo.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
var daysLeft = hrsLeft / 24;
1010
daysLeft = Math.round(daysLeft);
11-
if (Bangle.isCharging()) {
12-
return batt+"%";
13-
}
1411
else if(daysLeft >= 1) {
1512
return daysLeft+"d";
1613
}

0 commit comments

Comments
 (0)