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

Commit 10559b30 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 am: 941c7df3

parents 827745ea 941c7df3
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);
            }
        }