mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-18 22:57:48 +01:00
reformat code and optimize imports
This commit is contained in:
parent
864e0953d9
commit
bd7b34985b
@ -2,7 +2,6 @@ package nodomain.freeyourgadget.gadgetbridge.devices;
|
|||||||
|
|
||||||
import android.net.Uri;
|
import android.net.Uri;
|
||||||
import android.support.annotation.Nullable;
|
import android.support.annotation.Nullable;
|
||||||
import android.util.Pair;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
@ -5,7 +5,6 @@ import android.content.Context;
|
|||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
import android.net.Uri;
|
import android.net.Uri;
|
||||||
import android.support.annotation.Nullable;
|
import android.support.annotation.Nullable;
|
||||||
import android.util.Pair;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
@ -64,7 +64,7 @@ public class ActivityUser {
|
|||||||
* value is out of any logical bounds.
|
* value is out of any logical bounds.
|
||||||
*/
|
*/
|
||||||
public int getActivityUserSleepDuration() {
|
public int getActivityUserSleepDuration() {
|
||||||
if(activityUserSleepDuration == null) {
|
if (activityUserSleepDuration == null) {
|
||||||
fetchPreferences();
|
fetchPreferences();
|
||||||
}
|
}
|
||||||
if (activityUserSleepDuration < 1 || activityUserSleepDuration > 24) {
|
if (activityUserSleepDuration < 1 || activityUserSleepDuration > 24) {
|
||||||
|
Loading…
Reference in New Issue
Block a user