Unverified Commit ac8d442a authored by Mehmet Fidanboylu's avatar Mehmet Fidanboylu Committed by GitHub

Fix Dart check failure. (#20995)

parent 20e019ef
......@@ -476,6 +476,8 @@ class AndroidViewController {
return kAndroidLayoutDirectionLtr;
case TextDirection.rtl:
return kAndroidLayoutDirectionRtl;
default:
throw new UnsupportedError('Direction $direction is not supported');
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment