Skip to content
Snippets Groups Projects
Commit 014c4b76 authored by Matthew Finkel's avatar Matthew Finkel
Browse files

fixup! Bug 40028: Define bootstrapping events and Quick Start

parent dfc7234f
Branches
Tags
1 merge request!26Bug 40041 09
......@@ -9,7 +9,6 @@ import android.content.SharedPreferences
import androidx.annotation.VisibleForTesting
import mozilla.components.support.ktx.android.content.PreferencesHolder
import mozilla.components.support.ktx.android.content.booleanPreference
import org.mozilla.fenix.ext.components
class TorQuickStart(context: Context) : PreferencesHolder {
......@@ -20,9 +19,6 @@ class TorQuickStart(context: Context) : PreferencesHolder {
private var torQuickStart by booleanPreference(TOR_QUICK_START, default = false)
fun finish() {
}
fun quickStartTor() = torQuickStart
fun enableQuickStartTor() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment