kopia lustrzana https://github.com/ryukoposting/Signal-Android
Prevent attachment download button re-animation.
rodzic
afa2bb3bf5
commit
6de789dfe3
|
@ -205,6 +205,10 @@ public final class TransferControlView extends FrameLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void display(@Nullable final View view) {
|
private void display(@Nullable final View view) {
|
||||||
|
if (current == view) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (current != null) {
|
if (current != null) {
|
||||||
current.setVisibility(GONE);
|
current.setVisibility(GONE);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue