Merge "Move smart chips (if any) before capture more" into tm-dev

This commit is contained in:
Miranda Kephart
2022-05-13 13:16:32 +00:00
committed by Android (Google) Code Review

View File

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