Skip to content

Commit

Permalink
We should delete this old embedding class, but fixing an urgent issue…
Browse files Browse the repository at this point in the history
… b/240230736 to unblock Android rolls inside Google (flutter#34980)
  • Loading branch information
xster authored Jul 29, 2022
1 parent 260d979 commit 5080fd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public void onUserLeaveHint() {

@Override
public void onTrimMemory(int level) {
super.onTrimMemory(level);
eventDelegate.onTrimMemory(level);
}

Expand Down

0 comments on commit 5080fd6

Please sign in to comment.