Remove param

This commit is contained in:
Benoit Marty
2025-11-07 10:21:38 +01:00
parent e287506321
commit 2409eac28d

View File

@@ -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(