Move smart chips (if any) before capture more
Bug: 229788461 Fix: 229788461 Test: manual Change-Id: I158ffb8737925041ffbc7f9db5572de289874f7e
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user