Skip to content

Commit

Permalink
fixed rebase errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Jun 8, 2023
1 parent 83879f6 commit 2cc91ae
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,10 @@ public class FlutterLoader {
"io.flutter.embedding.android.OldGenHeapSize";
private static final String ENABLE_IMPELLER_META_DATA_KEY =
"io.flutter.embedding.android.EnableImpeller";
<<<<<<< HEAD
=======
private static final String IMPELLER_BACKEND_META_DATA_KEY =
"io.flutter.embedding.android.ImpellerBackend";
private static final String ENABLE_VULKAN_VALIDATION_META_DATA_KEY =
"io.flutter.embedding.android.EnableVulkanValidation";
>>>>>>> 2e93fc1cf8 ([Impeller] made a switch for turning on validation layers)

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

0 comments on commit 2cc91ae

Please sign in to comment.