mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 19:00:26 +01:00
Fix issue preventing people blocking receipts from seeing incoming voice notes as viewed.
This commit is contained in:
committed by
Greyson Parrelli
parent
7833d7c99a
commit
fb08f8ae17
@@ -124,7 +124,7 @@ public class ConversationItemFooter extends LinearLayout {
|
||||
revealDot.addValueCallback(
|
||||
new KeyPath("**"),
|
||||
LottieProperty.COLOR_FILTER,
|
||||
frameInfo -> new PorterDuffColorFilter(color, PorterDuff.Mode.SRC_ATOP)
|
||||
frameInfo -> new PorterDuffColorFilter(color, PorterDuff.Mode.SRC_IN)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user