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

Commit ae8e6d9

Browse files
Removed unused imports in new embedding. (#9463)
1 parent 50b93f8 commit ae8e6d9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

shell/platform/android/io/flutter/embedding/android/FlutterFragment.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
import static android.content.ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW;
88

9-
import android.arch.lifecycle.Lifecycle;
10-
import android.arch.lifecycle.LifecycleOwner;
119
import android.content.Context;
1210
import android.content.Intent;
1311
import android.os.Build;

shell/platform/android/io/flutter/embedding/android/FlutterView.java

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

2828
import java.util.ArrayList;
2929
import java.util.HashSet;
30-
import java.util.Arrays;
3130
import java.util.List;
3231
import java.util.Locale;
3332
import java.util.Set;

0 commit comments

Comments
 (0)