Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fenix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
The Tor Project
Applications
fenix
Commits
014c4b76
Commit
014c4b76
authored
Sep 28, 2020
by
Matthew Finkel
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Bug 40028: Define bootstrapping events and Quick Start
parent
dfc7234f
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!26
Bug 40041 09
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/org/mozilla/fenix/tor/bootstrap/TorQuickStart.kt
+1
-5
1 addition, 5 deletions
...ain/java/org/mozilla/fenix/tor/bootstrap/TorQuickStart.kt
with
1 addition
and
5 deletions
app/src/main/java/org/mozilla/fenix/tor/bootstrap/TorQuickStart.kt
+
1
−
5
View file @
014c4b76
...
...
@@ -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
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment