1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-01-03 05:50:32 +00:00

Remove unnecessary annotation

This commit is contained in:
Isira Seneviratne 2024-09-16 16:15:37 +05:30
parent 6471b64ab6
commit db485c3d77

View File

@ -1,7 +1,6 @@
package org.schabi.newpipe.ui.screens
import android.content.res.Configuration
import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.PaddingValues
import androidx.compose.foundation.layout.fillMaxWidth
@ -32,7 +31,6 @@ import org.schabi.newpipe.ui.theme.AppTheme
private val TITLES = intArrayOf(R.string.tab_about, R.string.tab_licenses)
@OptIn(ExperimentalFoundationApi::class)
@Composable
@NonRestartableComposable
fun AboutScreen(padding: PaddingValues) {