mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-07 23:24:33 +00:00
delete zlevel of call controls (not needed)
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
48cda08854
commit
e2668c4000
@ -305,7 +305,6 @@ public class CallActivity extends CallBaseActivity {
|
||||
.setRepeatCount(PulseAnimation.INFINITE)
|
||||
.setRepeatMode(PulseAnimation.REVERSE);
|
||||
|
||||
binding.callControls.setZ(100.0f);
|
||||
basicInitialization();
|
||||
participantDisplayItems = new HashMap<>();
|
||||
initViews();
|
||||
@ -1846,10 +1845,6 @@ public class CallActivity extends CallBaseActivity {
|
||||
|
||||
if (!isDestroyed()) {
|
||||
initGridAdapter();
|
||||
|
||||
if (binding.callControls != null) {
|
||||
binding.callControls.setZ(100.0f);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -2123,7 +2118,6 @@ public class CallActivity extends CallBaseActivity {
|
||||
participantDisplayItems.put(session, participantDisplayItem);
|
||||
|
||||
initGridAdapter();
|
||||
binding.callControls.setZ(100.0f);
|
||||
}
|
||||
|
||||
private void setCallState(CallStatus callState) {
|
||||
|
Loading…
Reference in New Issue
Block a user