We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8371497 commit 6305b4fCopy full SHA for 6305b4f
app/src/main/java/to/bitkit/repositories/LightningRepo.kt
@@ -240,7 +240,7 @@ class LightningRepo @Inject constructor(
240
}
241
242
/**Updates the shouldBlockLightning state and returns the current value*/
243
- private suspend fun updateGeoBlockState() : Boolean {
+ private suspend fun updateGeoBlockState(): Boolean {
244
val shouldBlock = coreService.shouldBlockLightning()
245
_lightningState.update {
246
it.copy(shouldBlockLightning = shouldBlock)
0 commit comments