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

Commit a8c561f4 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: b6877149

parents 970785cc b6877149
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);
            }
        }