mirror of
https://codeberg.org/NextPush/nextpush-android.git
synced 2024-12-28 18:50:07 +01:00
Fix initial state for internet check
This commit is contained in:
parent
3cb7d9d531
commit
5484ff6d59
@ -6,7 +6,7 @@ import java.util.concurrent.atomic.AtomicInteger
|
|||||||
|
|
||||||
object AppCompanion {
|
object AppCompanion {
|
||||||
val booting = AtomicBoolean(false)
|
val booting = AtomicBoolean(false)
|
||||||
val hasInternet = AtomicBoolean(false)
|
val hasInternet = AtomicBoolean(true)
|
||||||
val started = AtomicBoolean(false)
|
val started = AtomicBoolean(false)
|
||||||
val pinged = AtomicBoolean(false)
|
val pinged = AtomicBoolean(false)
|
||||||
val bufferedResponseChecked = AtomicBoolean(false)
|
val bufferedResponseChecked = AtomicBoolean(false)
|
||||||
|
Loading…
Reference in New Issue
Block a user