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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Desktop
Commits
a42c2594
Commit
a42c2594
authored
Sep 22, 2021
by
Sebastian
Browse files
Options
Downloads
Patches
Plain Diff
Put Image() call on one line
parent
d6105aa6
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!7
Import upstream updates to UI
Pipeline
#7562
passed
Sep 22, 2021
Stage: test
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/kotlin/org/briarproject/briar/desktop/paul/views/PrivateMessageView.kt
+1
-5
1 addition, 5 deletions
...iarproject/briar/desktop/paul/views/PrivateMessageView.kt
with
1 addition
and
5 deletions
src/main/kotlin/org/briarproject/briar/desktop/paul/views/PrivateMessageView.kt
+
1
−
5
View file @
a42c2594
...
@@ -230,11 +230,7 @@ fun SearchTextField(searchValue: String, onValueChange: (String) -> Unit, onCont
...
@@ -230,11 +230,7 @@ fun SearchTextField(searchValue: String, onValueChange: (String) -> Unit, onCont
@Composable
@Composable
fun
ProfileCircle
(
bitmap
:
ImageBitmap
,
size
:
Dp
)
{
fun
ProfileCircle
(
bitmap
:
ImageBitmap
,
size
:
Dp
)
{
Image
(
Image
(
bitmap
,
"image"
,
Modifier
.
size
(
size
).
clip
(
CircleShape
).
border
(
2
.
dp
,
Color
.
White
,
CircleShape
))
bitmap
=
bitmap
,
"image"
,
modifier
=
Modifier
.
size
(
size
).
clip
(
CircleShape
).
border
(
2
.
dp
,
color
=
Color
.
White
,
CircleShape
)
)
}
}
@Composable
@Composable
...
...
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