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

Commit 2cc91ae

Browse files
committed
fixed rebase errors
1 parent 83879f6 commit 2cc91ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

shell/platform/android/io/flutter/embedding/engine/loader/FlutterLoader.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,10 @@ public class FlutterLoader {
4141
"io.flutter.embedding.android.OldGenHeapSize";
4242
private static final String ENABLE_IMPELLER_META_DATA_KEY =
4343
"io.flutter.embedding.android.EnableImpeller";
44-
<<<<<<< HEAD
45-
=======
4644
private static final String IMPELLER_BACKEND_META_DATA_KEY =
4745
"io.flutter.embedding.android.ImpellerBackend";
4846
private static final String ENABLE_VULKAN_VALIDATION_META_DATA_KEY =
4947
"io.flutter.embedding.android.EnableVulkanValidation";
50-
>>>>>>> 2e93fc1cf8 ([Impeller] made a switch for turning on validation layers)
5148

5249
/**
5350
* Set whether leave or clean up the VM after the last shell shuts down. It can be set from app's

0 commit comments

Comments
 (0)