Skip to content

Commit

Permalink
Bug 1852984 - Show the right theme for the extensions process crash d…
Browse files Browse the repository at this point in the history
…ialog.
  • Loading branch information
Amejia481 authored and mergify[bot] committed Sep 13, 2023
1 parent 418fb80 commit 33bc762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

package org.mozilla.fenix.addons

import android.app.AlertDialog
import android.content.Context
import androidx.annotation.UiContext
import androidx.appcompat.app.AlertDialog
import mozilla.components.browser.state.action.ExtensionProcessDisabledPopupAction
import mozilla.components.browser.state.store.BrowserStore
import mozilla.components.concept.engine.Engine
Expand Down Expand Up @@ -70,7 +70,7 @@ class ExtensionProcessDisabledController(
@UiContext context: Context,
store: BrowserStore,
engine: Engine = context.components.core.engine,
builder: AlertDialog.Builder = AlertDialog.Builder(context, R.style.DialogStyleNormal),
builder: AlertDialog.Builder = AlertDialog.Builder(context),
appName: String = context.appName,
) : ExtensionProcessDisabledPopupFeature(
store,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

package org.mozilla.fenix.addons

import android.app.AlertDialog
import android.content.Context
import android.content.DialogInterface.OnClickListener
import androidx.appcompat.app.AlertDialog
import mozilla.components.browser.state.action.ExtensionProcessDisabledPopupAction
import mozilla.components.browser.state.store.BrowserStore
import mozilla.components.concept.engine.Engine
Expand Down

0 comments on commit 33bc762

Please sign in to comment.