Skip to content

Commit

Permalink
Split long line
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed May 18, 2020
1 parent 243b0a7 commit 92985fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class SetIdentityServerFragment @Inject constructor(
state.defaultIdentityServerUrl.toReducedUrl()
)
.toSpannable()
.colorizeMatchingText(state.defaultIdentityServerUrl.toReducedUrl(), colorProvider.getColorFromAttribute(R.attr.riotx_text_primary_body_contrast))
.colorizeMatchingText(state.defaultIdentityServerUrl.toReducedUrl(),
colorProvider.getColorFromAttribute(R.attr.riotx_text_primary_body_contrast))

identityServerSetDefaultNotice.isVisible = true
identityServerSetDefaultSubmit.isVisible = true
Expand Down

0 comments on commit 92985fc

Please sign in to comment.