Remove param

This commit is contained in:
Benoit Marty
2025-11-07 10:21:38 +01:00
parent f7cca0fc0c
commit 8f63916a8e
@@ -32,7 +32,7 @@ class BugReportPresenter(
private val bugReporter: BugReporter,
private val crashDataStore: CrashDataStore,
private val screenshotHolder: ScreenshotHolder,
@param:AppCoroutineScope
@AppCoroutineScope
private val appCoroutineScope: CoroutineScope,
) : Presenter<BugReportState> {
private class BugReporterUploadListener(