Skip to content
Snippets Groups Projects
Unverified Commit 86d7c8bd authored by fynngodau's avatar fynngodau Committed by GitHub
Browse files

Fix wrongly colored QR code icon corners (COMMUNITY) (#2867)

parent 5bfa008c
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,6 @@ class TraceLocationCardHighlightView @JvmOverloads constructor(
init {
LayoutInflater.from(context).inflate(R.layout.trace_location_view_cardhighlight, this, true)
background = ContextCompat.getDrawable(context, R.drawable.trace_location_view_cardhighlight_background)
context.withStyledAttributes(attrs, R.styleable.TraceLocationHighlightView) {
val captionText = getText(R.styleable.TraceLocationHighlightView_android_text) ?: ""
setCaption(captionText.toString())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment