mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-03 05:50:32 +00:00
Remove unnecessary annotation
This commit is contained in:
parent
6471b64ab6
commit
db485c3d77
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user