Restyled by whitespace

This commit is contained in:
Restyled.io
2024-01-10 23:10:15 +00:00
parent 42e0a1b543
commit 4190ce2362
3 changed files with 5 additions and 5 deletions

View File

@ -15,10 +15,10 @@
<properties>
<property id="api_key" type="string"></property>
<!--
<!--
The webhook ID is the last part of the webhook URL.
It is secret and should not be shared.
It will not be set in settings but will be
It will not be set in settings but will be
generated by the application and stored in
persistent storage.
-->
@ -84,4 +84,4 @@
-->
<property id="battery_level_refresh_rate" type="number">15</property>
</properties>
</properties>

View File

@ -113,4 +113,4 @@
>
<settingConfig type="alphaNumeric" />
</setting>
</settings>
</settings>

View File

@ -177,7 +177,7 @@ class Settings {
mWebhookManager = new WebhookManager();
mWebhookManager.requestWebhookId();
}
if (!getWebhookId().equals("") and
if (!getWebhookId().equals("") and
(System has :ServiceDelegate) and
((Background.getTemporalEventRegisteredTime() == null) or
(Background.getTemporalEventRegisteredTime() != (mBatteryRefreshRate * 60)))) {