Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d818d7e

Browse files
committed
FOrmatting
1 parent 43da89b commit d818d7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shell/platform/android/io/flutter/embedding/engine/renderer/FlutterRenderer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
package io.flutter.embedding.engine.renderer;
66

7-
import android.annotation.TargetApi;
87
import android.graphics.Bitmap;
98
import android.graphics.Rect;
109
import android.graphics.SurfaceTexture;

shell/platform/android/io/flutter/view/AccessibilityBridge.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,8 @@ private SpannableString createSpannableString(String string, List<StringAttribut
27582758
* @param eventOrigin the view in the embedded view's hierarchy that sent the event.
27592759
* @return True if the event was sent.
27602760
*/
2761-
@SuppressLint("SwitchIntDef") // AccessibilityEvent has many irrelevant cases that would be confusing to list.
2761+
// AccessibilityEvent has many irrelevant cases that would be confusing to list.
2762+
@SuppressLint("SwitchIntDef")
27622763
public boolean externalViewRequestSendAccessibilityEvent(
27632764
View embeddedView, View eventOrigin, AccessibilityEvent event) {
27642765
if (!accessibilityViewEmbedder.requestSendAccessibilityEvent(

0 commit comments

Comments
 (0)