未验证 提交 8569edc5 编写于 作者: J Jason Simmons 提交者: GitHub

Disable a deprecation warning for use of a TaskDescription constructor for older platforms (#11029)

上级 5bb144ca
......@@ -136,6 +136,7 @@ public class PlatformPlugin {
activity.setRequestedOrientation(androidOrientation);
}
@SuppressWarnings("deprecation")
private void setSystemChromeApplicationSwitcherDescription(PlatformChannel.AppSwitcherDescription description) {
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册