mirror of
https://codeberg.org/NextPush/nextpush-android.git
synced 2024-12-28 02:30:16 +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 {
|
||||
val booting = AtomicBoolean(false)
|
||||
val hasInternet = AtomicBoolean(false)
|
||||
val hasInternet = AtomicBoolean(true)
|
||||
val started = AtomicBoolean(false)
|
||||
val pinged = AtomicBoolean(false)
|
||||
val bufferedResponseChecked = AtomicBoolean(false)
|
||||
|
Loading…
Reference in New Issue
Block a user