Fix toolbar showing incorrectly bug.

This commit is contained in:
Cody Henthorne
2023-12-13 11:15:22 -05:00
parent 7dfda2598d
commit 6e3e1b56fb

View File

@@ -233,8 +233,6 @@ public class WebRtcCallView extends InsetAwareConstraintLayout {
}
});
topViews.add(collapsedToolbar);
topViews.add(headerToolbar);
topViews.add(largeHeader);
topViews.add(topGradient);