未验证 提交 9f92324f 编写于 作者: J Jason Simmons 提交者: GitHub

Suppress deprecation warning for usage of Configuration.locale (#7973)

上级 9b21ea85
......@@ -311,6 +311,7 @@ public class FlutterView extends SurfaceView
.send();
}
@SuppressWarnings("deprecation")
private void sendLocalesToDart(Configuration config) {
List<Locale> locales = new ArrayList<>();
if (Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.N) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册