fix(note/confirm): animation not displaying
This commit is contained in:
@@ -104,13 +104,11 @@ public class ProfileAboutFragment extends Fragment implements WindowInsetsAwareF
|
|||||||
noteEditConfirm.animate()
|
noteEditConfirm.animate()
|
||||||
.alpha(1.0f)
|
.alpha(1.0f)
|
||||||
.setDuration(700);
|
.setDuration(700);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
noteEditConfirm.setVisibility(View.INVISIBLE);
|
|
||||||
noteEditConfirm.animate()
|
noteEditConfirm.animate()
|
||||||
.alpha(0.0f)
|
.alpha(0.0f)
|
||||||
.setDuration(700);
|
.setDuration(700);
|
||||||
|
noteEditConfirm.setVisibility(View.INVISIBLE);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user