breadwallet/breadwallet-android

Internet check issue

Closed this issue · 3 comments

On HomeController

ifChanged(M::hasInternet) {

        notification_bar.apply {
            isGone = hasInternet
            if (hasInternet) bringToFront()
        }
    }

this check always return "true" value(have/have not internet).Why?

Thanks for the report. It always returns true because the source of the network state is not wired up anymore. We will restore this functionality in an upcoming release.

This issue has been fixed. Thank you once again for the report.

@ahsanb786 Glad to help:)