Skip to content

Commit

Permalink
Remove un-needed FragmentActivity import statements to facilitate pro…
Browse files Browse the repository at this point in the history
…guard. (flutter#11902)
  • Loading branch information
matthew-carroll authored Sep 5, 2019
1 parent 3fb910a commit ef2a452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
import android.app.Activity;
import android.arch.lifecycle.Lifecycle;
import android.support.annotation.NonNull;
import android.support.v4.app.FragmentActivity;

import io.flutter.embedding.engine.FlutterEngine;

/**
* Configures a {@link FlutterEngine} after it is created, e.g., adds plugins.
* <p>
* This interface may be applied to a {@link FragmentActivity} that owns a {@code FlutterFragment}.
* This interface may be applied to a {@link android.support.v4.app.FragmentActivity} that owns a
* {@code FlutterFragment}.
*/
public interface FlutterEngineConfigurator {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.FragmentActivity;

import io.flutter.embedding.engine.FlutterEngine;

Expand Down

0 comments on commit ef2a452

Please sign in to comment.