Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c8cab3a authored by Miranda Kephart's avatar Miranda Kephart
Browse files

Move smart chips (if any) before capture more

Bug: 229788461
Fix: 229788461
Test: manual
Change-Id: I158ffb8737925041ffbc7f9db5572de289874f7e
parent bd767e19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
            }
        }