kopia lustrzana https://github.com/ryukoposting/Signal-Android
Prevent NPE in #7375
rodzic
3be45f093c
commit
2b651ee323
|
@ -297,7 +297,8 @@ public class WebRtcAnswerDeclineButton extends LinearLayout implements View.OnTo
|
|||
private void resetElements() {
|
||||
animating = false;
|
||||
complete = false;
|
||||
animatorSet.cancel();
|
||||
|
||||
if (animatorSet != null) animatorSet.cancel();
|
||||
|
||||
swipeUpText.setTranslationY(0);
|
||||
fab.setTranslationY(0);
|
||||
|
|
Ładowanie…
Reference in New Issue