Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@renyou
Copy link
Contributor

@renyou renyou commented Mar 25, 2020

This is to match the Google internal changes, so the flutter/flutter can build correctly internally.

@auto-assign auto-assign bot requested a review from iskakaushik March 25, 2020 23:38
@renyou renyou requested a review from mehmetf March 25, 2020 23:39
Log.e(
TAG,
"Could not read meta-data for FlutterFragmentActivity. Using the launch theme as normal theme.");
"Could not read meta-data for FlutterFragmentActivity. Using the launch theme as normal"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can revert this. Totally unnecessary; the internal tooling for some reason made this change. It should be reverted in google3 as well (which will happen automatically with the roll).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

eventDelegate.onPostResume();
}

// @Override - added in API level 23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we can also remove this comment because this is now using androidx support library so it should not matter when the API was added.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

"Could not read meta-data for FlutterFragmentActivity. Using the launch theme as normal"
+ " theme.");
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There must be a similar change here as well for calling super. Check around line 490.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Sorry somehow I missed this.

@mehmetf mehmetf added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Mar 26, 2020
@renyou renyou merged commit ba80c0c into flutter:master Mar 26, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants