Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask_android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roro Mad
bitmask_android
Commits
6bf1ee63
Commit
6bf1ee63
authored
4 years ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
fix insecure flavored dev builds
parent
761c936e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/insecure/java/se/leap/bitmaskclient/providersetup/AddProviderActivity.java
+7
-6
7 additions, 6 deletions
...leap/bitmaskclient/providersetup/AddProviderActivity.java
with
7 additions
and
6 deletions
app/src/insecure/java/se/leap/bitmaskclient/providersetup/AddProviderActivity.java
+
7
−
6
View file @
6bf1ee63
...
...
@@ -7,8 +7,9 @@ import android.widget.CheckBox;
import
android.widget.LinearLayout
;
import
android.widget.RelativeLayout
;
import
butterknife.InjectView
;
import
butterknife.Optional
;
import
androidx.annotation.Nullable
;
import
butterknife.BindView
;
import
se.leap.bitmaskclient.R
;
import
se.leap.bitmaskclient.providersetup.activities.AddProviderBaseActivity
;
...
...
@@ -20,14 +21,14 @@ public class AddProviderActivity extends AddProviderBaseActivity {
final
public
static
String
TAG
=
"AddProviderActivity"
;
@
Inject
View
(
R
.
id
.
danger_checkbox
)
@
Bind
View
(
R
.
id
.
danger_checkbox
)
CheckBox
checkboxDanger
;
@
Inject
View
(
R
.
id
.
button_save
)
@
Bind
View
(
R
.
id
.
button_save
)
Button
saveButton
;
@
Optional
@
Inject
View
(
R
.
id
.
button_container
)
@
Nullable
@
Bind
View
(
R
.
id
.
button_container
)
LinearLayout
buttonContainer
;
@Override
...
...
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
register
or
sign in
to comment