mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
add suggested changes from flutter roll (#10176)
This commit is contained in:
parent
318c8c5330
commit
be9b245690
@ -12,7 +12,6 @@ import android.support.annotation.NonNull;
|
||||
import android.support.annotation.Nullable;
|
||||
import android.util.AttributeSet;
|
||||
import android.view.View;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.ImageView;
|
||||
|
||||
/**
|
||||
|
||||
@ -490,6 +490,7 @@ public class FlutterActivity extends FragmentActivity
|
||||
protected void onNewIntent(@NonNull Intent intent) {
|
||||
// Forward Intents to our FlutterFragment in case it cares.
|
||||
flutterFragment.onNewIntent(intent);
|
||||
super.onNewIntent(intent);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@ -10,7 +10,6 @@ import android.app.Activity;
|
||||
import android.arch.lifecycle.Lifecycle;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.graphics.Color;
|
||||
import android.os.Build;
|
||||
import android.os.Bundle;
|
||||
import android.os.Handler;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user