mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
forgot to remove debug codes
This commit is contained in:
@@ -390,9 +390,9 @@ object TerrarumPostProcessor : Disposable {
|
||||
|
||||
val battStatus = GetBatteryStatus.get()
|
||||
|
||||
hasBattery = true//battStatus.hasBattery
|
||||
isCharging = true//battStatus.isCharging
|
||||
batteryPercentage = 85//battStatus.percentage
|
||||
hasBattery = battStatus.hasBattery
|
||||
isCharging = battStatus.isCharging
|
||||
batteryPercentage = battStatus.percentage
|
||||
}
|
||||
|
||||
private var clockH = "00"
|
||||
|
||||
Reference in New Issue
Block a user