mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Merge pull request #6264 from vector-im/feature/ons/fix_flickering_location_bottom_bar
Fix flickering bottom bar of live location item [PSF-1057]
This commit is contained in:
commit
2fbbee2d65
1
changelog.d/6264.bugfix
Normal file
1
changelog.d/6264.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix flickering bottom bar of live location item
|
@ -70,6 +70,7 @@ class LocationLiveMessageBannerView @JvmOverloads constructor(
|
||||
|
||||
GlideApp.with(context)
|
||||
.load(ColorDrawable(ThemeUtils.getColor(context, android.R.attr.colorBackground)))
|
||||
.placeholder(binding.locationLiveMessageBannerBackground.drawable)
|
||||
.transform(GranularRoundedCorners(0f, 0f, viewState.bottomEndCornerRadiusInDp, viewState.bottomStartCornerRadiusInDp))
|
||||
.into(background)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user