Remove param
This commit is contained in:
parent
e287506321
commit
2409eac28d
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class BugReportPresenter(
|
||||||
private val bugReporter: BugReporter,
|
private val bugReporter: BugReporter,
|
||||||
private val crashDataStore: CrashDataStore,
|
private val crashDataStore: CrashDataStore,
|
||||||
private val screenshotHolder: ScreenshotHolder,
|
private val screenshotHolder: ScreenshotHolder,
|
||||||
@param:AppCoroutineScope
|
@AppCoroutineScope
|
||||||
private val appCoroutineScope: CoroutineScope,
|
private val appCoroutineScope: CoroutineScope,
|
||||||
) : Presenter<BugReportState> {
|
) : Presenter<BugReportState> {
|
||||||
private class BugReporterUploadListener(
|
private class BugReporterUploadListener(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue