Skip to content

Commit 1bfdaa9

Browse files
committed
Removed preview component
1 parent 47129cd commit 1bfdaa9

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

app/src/main/java/app/revanced/manager/ui/screen/settings/DownloadsSettingsScreen.kt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ import androidx.compose.ui.input.nestedscroll.nestedScroll
4040
import androidx.compose.ui.platform.LocalContext
4141
import androidx.compose.ui.res.stringResource
4242
import androidx.compose.ui.text.style.TextAlign
43-
import androidx.compose.ui.tooling.preview.Preview
4443
import androidx.compose.ui.unit.dp
4544
import androidx.compose.ui.zIndex
4645
import 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
275259
private fun TrustDialog(
276260
@StringRes title: Int,

0 commit comments

Comments
 (0)