Skip to content

Commit

Permalink
java lints (#12354)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed Sep 19, 2019
1 parent 8dcd105 commit 7fb1400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ public enum BackgroundMode {
/** Indicates a FlutterActivity with a transparent background. */
transparent
}

private FlutterActivityLaunchConfigs() {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@
import android.view.Window;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;

import io.flutter.embedding.engine.systemchannels.PlatformChannel;
import io.flutter.plugin.common.ActivityLifecycleListener;

/**
* Android implementation of the platform plugin.
Expand Down

0 comments on commit 7fb1400

Please sign in to comment.