File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
app/src/main/java/app/revanced/manager/ui/screen/settings Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ import androidx.compose.ui.input.nestedscroll.nestedScroll
4040import androidx.compose.ui.platform.LocalContext
4141import androidx.compose.ui.res.stringResource
4242import androidx.compose.ui.text.style.TextAlign
43- import androidx.compose.ui.tooling.preview.Preview
4443import androidx.compose.ui.unit.dp
4544import androidx.compose.ui.zIndex
4645import androidx.lifecycle.compose.collectAsStateWithLifecycle
@@ -256,21 +255,6 @@ fun DownloadsSettingsScreen(
256255 }
257256}
258257
259- @Preview
260- @Composable
261- private fun PreviewTrustDialog () {
262- TrustDialog (
263- title = R .string.downloader_plugin_trust_dialog_title,
264- body = stringResource(
265- R .string.downloader_plugin_trust_dialog_body,
266- ),
267- onDismiss = { },
268- onConfirm = { },
269- pluginName = " app.revanced.manager.apkmirror" ,
270- signature = " 23 01 84 F6 0B AE 2F EA F2 44 F1 0A 8B AC 05 3C 8F F3 3A 18 3B CC 36 5B 4D 8B 87 6D 2B 7F 48 09"
271- )
272- }
273-
274258@Composable
275259private fun TrustDialog (
276260 @StringRes title : Int ,
You can’t perform that action at this time.
0 commit comments