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 ba2efde commit 6d05af4Copy full SHA for 6d05af4
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.collection.intListOf
5
import androidx.compose.foundation.layout.Arrangement
6
import androidx.compose.foundation.layout.Column
7
import androidx.compose.foundation.layout.PaddingValues
@@ -34,7 +33,7 @@ import org.schabi.newpipe.ui.components.about.AboutTab
34
33
import org.schabi.newpipe.ui.components.about.LicenseTab
35
import org.schabi.newpipe.ui.theme.AppTheme
36
37
-private val TITLES = intListOf(R.string.tab_about, R.string.tab_licenses)
+private val TITLES = intArrayOf(R.string.tab_about, R.string.tab_licenses)
38
39
@Composable
40
@NonRestartableComposable
0 commit comments