Move smart chips (if any) before capture more

Bug: 229788461
Fix: 229788461
Test: manual
Change-Id: I158ffb8737925041ffbc7f9db5572de289874f7e
This commit is contained in:
Miranda Kephart
2022-05-12 15:43:12 -04:00
parent bd767e19e7
commit 4c8cab3acd

View File

@@ -820,7 +820,7 @@ public class ScreenshotView extends FrameLayout implements
animateDismissal();
});
actionChip.setAlpha(1);
mActionsView.addView(actionChip);
mActionsView.addView(actionChip, mActionsView.getChildCount() - 1);
mSmartChips.add(actionChip);
}
}