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 34b1e2f commit d73f8b6Copy full SHA for d73f8b6
app/src/main/java/com/jetpack/compose/learning/list/AdvanceListActivity.kt
@@ -1,5 +1,6 @@
1
package com.jetpack.compose.learning.list
2
3
+import android.annotation.SuppressLint
4
import android.content.Context
5
import android.net.ConnectivityManager
6
import android.net.NetworkCapabilities
@@ -45,6 +46,7 @@ class AdvanceListActivity : ComponentActivity() {
45
46
}
47
48
49
+ @SuppressLint("UnusedMaterialScaffoldPaddingParameter")
50
@ExperimentalFoundationApi
51
@Preview
52
@Composable
0 commit comments