Skip to content

Commit 8b2c43d

Browse files
Lint
1 parent 7d96cb6 commit 8b2c43d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/org/commcare/fragments/base/BaseConnectFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ abstract class BaseConnectFragment<B : ViewBinding> :
160160
}
161161

162162
private fun registerNetworkCallback() {
163-
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
163+
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
164164
val cm =
165165
requireContext().getSystemService(Context.CONNECTIVITY_SERVICE) as? ConnectivityManager
166166
?: return

0 commit comments

Comments
 (0)