Skip to content

Commit 8f63916

Browse files
committed
Remove param
1 parent f7cca0f commit 8f63916

File tree

1 file changed

+1
-1
lines changed
  • features/rageshake/impl/src/main/kotlin/io/element/android/features/rageshake/impl/bugreport

1 file changed

+1
-1
lines changed

features/rageshake/impl/src/main/kotlin/io/element/android/features/rageshake/impl/bugreport/BugReportPresenter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class BugReportPresenter(
3232
private val bugReporter: BugReporter,
3333
private val crashDataStore: CrashDataStore,
3434
private val screenshotHolder: ScreenshotHolder,
35-
@param:AppCoroutineScope
35+
@AppCoroutineScope
3636
private val appCoroutineScope: CoroutineScope,
3737
) : Presenter<BugReportState> {
3838
private class BugReporterUploadListener(

0 commit comments

Comments
 (0)