Commit 86ca1248 authored by justin's avatar justin

更改为public

parent 1ae1180f
...@@ -401,7 +401,7 @@ public class FlutterActivityAndFragmentDelegate implements IFlutterViewContainer ...@@ -401,7 +401,7 @@ public class FlutterActivityAndFragmentDelegate implements IFlutterViewContainer
* The {@link FlutterActivity} or {@link FlutterFragment} that owns this * The {@link FlutterActivity} or {@link FlutterFragment} that owns this
* {@code FlutterActivityAndFragmentDelegate}. * {@code FlutterActivityAndFragmentDelegate}.
*/ */
/* package */ interface Host extends SplashScreenProvider, FlutterEngineProvider, FlutterEngineConfigurator { public interface Host extends SplashScreenProvider, FlutterEngineProvider, FlutterEngineConfigurator {
/** /**
* Returns the {@link Context} that backs the host {@link Activity} or {@code Fragment}. * Returns the {@link Context} that backs the host {@link Activity} or {@code Fragment}.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment