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 6471b64 commit db485c3Copy full SHA for db485c3
1 file changed
app/src/main/java/org/schabi/newpipe/ui/screens/AboutScreen.kt
@@ -1,7 +1,6 @@
1
package org.schabi.newpipe.ui.screens
2
3
import android.content.res.Configuration
4
-import androidx.compose.foundation.ExperimentalFoundationApi
5
import androidx.compose.foundation.layout.Column
6
import androidx.compose.foundation.layout.PaddingValues
7
import androidx.compose.foundation.layout.fillMaxWidth
@@ -32,7 +31,6 @@ import org.schabi.newpipe.ui.theme.AppTheme
32
31
33
private val TITLES = intArrayOf(R.string.tab_about, R.string.tab_licenses)
34
35
-@OptIn(ExperimentalFoundationApi::class)
36
@Composable
37
@NonRestartableComposable
38
fun AboutScreen(padding: PaddingValues) {
0 commit comments