mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
Smooth out fade-in animation
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
32308d8c55
commit
ecbffd3805
@ -1262,7 +1262,7 @@ public class CallActivity extends AppCompatActivity {
|
||||
|
||||
if (show) {
|
||||
alpha = 1.0f;
|
||||
duration = 500;
|
||||
duration = 1000;
|
||||
} else {
|
||||
alpha = 0.0f;
|
||||
duration = 2500;
|
||||
|
Loading…
Reference in New Issue
Block a user