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 22538e2 commit bf2f9b2Copy full SHA for bf2f9b2
app/src/main/kotlin/com/dergoogler/mmrl/ui/screens/superuser/SuperUserList.kt
@@ -10,7 +10,6 @@ import androidx.compose.runtime.Composable
10
import androidx.compose.ui.Modifier
11
import androidx.compose.ui.platform.LocalLayoutDirection
12
import androidx.compose.ui.unit.dp
13
-import com.dergoogler.mmrl.BuildConfig
14
import com.dergoogler.mmrl.ui.component.listItem.dsl.List
15
import com.dergoogler.mmrl.ui.component.scaffold.ScaffoldScope
16
import com.dergoogler.mmrl.ui.providable.LocalDestinationsNavigator
@@ -55,6 +54,4 @@ fun ScaffoldScope.SuperUserList(
55
54
}
56
57
58
-
59
60
0 commit comments