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

Commit 68c3b47d authored by Miranda Kephart's avatar Miranda Kephart Committed by Automerger Merge Worker
Browse files

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

parents 4151080a 6ff8ee2c
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);
            }
        }