Skip to content

Commit d73f8b6

Browse files
author
“yashwantgowla-simform”
committed
Feature: Sonarqube Integration
Lint issues resolved
1 parent 34b1e2f commit d73f8b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/com/jetpack/compose/learning/list/AdvanceListActivity.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.jetpack.compose.learning.list
22

3+
import android.annotation.SuppressLint
34
import android.content.Context
45
import android.net.ConnectivityManager
56
import android.net.NetworkCapabilities
@@ -45,6 +46,7 @@ class AdvanceListActivity : ComponentActivity() {
4546
}
4647
}
4748

49+
@SuppressLint("UnusedMaterialScaffoldPaddingParameter")
4850
@ExperimentalFoundationApi
4951
@Preview
5052
@Composable

0 commit comments

Comments
 (0)