delete zlevel of call controls (not needed)

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2021-11-16 14:32:33 +01:00
parent 48cda08854
commit e2668c4000
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -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) {