Double-pulse message highlights.

fork-5.53.8
Greyson Parrelli 2022-03-02 10:41:46 -05:00 zatwierdzone przez Alex Hart
rodzic 8a49534e2b
commit 4f3bb39e5c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -808,6 +808,7 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
private void startPulseOutlinerAnimation() {
pulseOutlinerAlphaAnimator = ValueAnimator.ofInt(0, 0x66, 0).setDuration(600);
pulseOutlinerAlphaAnimator.setRepeatCount(1);
pulseOutlinerAlphaAnimator.addUpdateListener(animator -> {
pulseOutliner.setAlpha((Integer) animator.getAnimatedValue());
bodyBubble.invalidate();