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 7d96cb6 commit 8b2c43dCopy full SHA for 8b2c43d
1 file changed
app/src/org/commcare/fragments/base/BaseConnectFragment.kt
@@ -160,7 +160,7 @@ abstract class BaseConnectFragment<B : ViewBinding> :
160
}
161
162
private fun registerNetworkCallback() {
163
- if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
164
val cm =
165
requireContext().getSystemService(Context.CONNECTIVITY_SERVICE) as? ConnectivityManager
166
?: return
0 commit comments