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 5c00423 commit 67f3161Copy full SHA for 67f3161
app/src/main/java/com/duckduckgo/app/global/view/FireDialog.kt
@@ -25,10 +25,12 @@ import android.webkit.WebView
25
import com.duckduckgo.app.browser.R
26
import kotlinx.android.synthetic.main.sheet_fire_clear_data.*
27
28
-class FireDialog(context: Context,
+class FireDialog(
29
+ context: Context,
30
private val cookieManager: CookieManager,
31
clearStarted: (() -> Unit),
- clearComplete: (() -> Unit)) : BottomSheetDialog(context) {
32
+ clearComplete: (() -> Unit)
33
+) : BottomSheetDialog(context) {
34
35
init {
36
val contentView = View.inflate(getContext(), R.layout.sheet_fire_clear_data, null)
0 commit comments