We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c461dc commit b7b6990Copy full SHA for b7b6990
app/src/main/java/com/infomaniak/mail/ui/newMessage/InsertLinkDialog.kt
@@ -37,7 +37,7 @@ import com.infomaniak.lib.core.R as RCore
37
38
@ActivityScoped
39
class InsertLinkDialog @Inject constructor(
40
- @ActivityContext private val activityContext: Context
+ @ActivityContext private val activityContext: Context,
41
) : BaseAlertDialog(activityContext) {
42
43
val binding: DialogInsertLinkBinding by lazy { DialogInsertLinkBinding.inflate(activity.layoutInflater) }
0 commit comments