You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: autofill/autofill-impl/src/main/java/com/duckduckgo/autofill/impl/importing/promo/ImportInPasswordsVisibility.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ import dagger.SingleInstanceIn
29
29
importjavax.inject.Inject
30
30
importkotlinx.coroutines.CoroutineScope
31
31
importkotlinx.coroutines.Job
32
-
importkotlinx.coroutines.flow.collect
33
32
importkotlinx.coroutines.launch
34
33
importlogcat.logcat
35
34
@@ -82,7 +81,7 @@ class RealImportInPasswordsVisibility @Inject constructor(
Copy file name to clipboardExpand all lines: autofill/autofill-impl/src/test/java/com/duckduckgo/autofill/impl/importing/promo/RealImportInPasswordsVisibilityTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,7 @@ class RealImportInPasswordsVisibilityTest {
0 commit comments