Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
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
briar
Briar Desktop
Commits
77a7bcf4
Verified
Commit
77a7bcf4
authored
1 year ago
by
Torsten Grote
Browse files
Options
Downloads
Patches
Plain Diff
Fix copypasta naming
parent
3bef1df5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!316
Add illustrations from Android app to mailbox intro screen
Pipeline
#14197
passed
1 year ago
Changes
1
Pipelines
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/mailbox/MailboxSetupScreen.kt
+3
-3
3 additions, 3 deletions
.../briarproject/briar/desktop/mailbox/MailboxSetupScreen.kt
with
3 additions
and
3 deletions
briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/mailbox/MailboxSetupScreen.kt
+
3
−
3
View file @
77a7bcf4
...
...
@@ -162,8 +162,8 @@ fun MailboxSetupScreen(
text
=
i18n
(
"mailbox.setup.link"
),
)
val
isInvalid
=
rememberSaveable
{
mutableStateOf
(
false
)
}
val
on
Name
Changed
=
{
changed
Name
:
String
->
onPairingLinkChanged
(
changed
Name
)
val
on
Link
Changed
=
{
changed
Link
:
String
->
onPairingLinkChanged
(
changed
Link
)
isInvalid
.
value
=
false
}
val
onOkButtonClicked
=
{
...
...
@@ -175,7 +175,7 @@ fun MailboxSetupScreen(
}
OutlinedTextField
(
value
=
pairingLink
,
onValueChange
=
on
Name
Changed
,
onValueChange
=
on
Link
Changed
,
label
=
{
Text
(
i18n
(
"mailbox.setup.hint"
))
},
keyboardOptions
=
KeyboardOptions
(
imeAction
=
ImeAction
.
Done
),
onEnter
=
onOkButtonClicked
,
...
...
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