ktlintFormat
This commit is contained in:
parent
64682d01fc
commit
75f51b1408
2 changed files with 1 additions and 4 deletions
|
@ -31,5 +31,4 @@ data class HistoryRecordEntity(
|
||||||
fun isSuccess(): Boolean {
|
fun isSuccess(): Boolean {
|
||||||
return initialResult == InitialResult.SENT && resolvedResult == ResolvedResult.SUCCESS
|
return initialResult == InitialResult.SENT && resolvedResult == ResolvedResult.SUCCESS
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -242,7 +242,6 @@ class DashPodHistoryActivity : NoSplashAppCompatActivity() {
|
||||||
}
|
}
|
||||||
else ->
|
else ->
|
||||||
""
|
""
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -290,7 +289,6 @@ class DashPodHistoryActivity : NoSplashAppCompatActivity() {
|
||||||
}
|
}
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|
||||||
private var selectedGroup: PumpHistoryEntryGroup = PumpHistoryEntryGroup.All
|
private var selectedGroup: PumpHistoryEntryGroup = PumpHistoryEntryGroup.All
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue