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