Unverified Commit bb49a9b0 authored by shihchanghsiungsonos's avatar shihchanghsiungsonos Committed by GitHub

[Add2App Android] Fix the issue of Hotreload broken on latest Dev release with...

[Add2App Android] Fix the issue of Hotreload broken on latest Dev release with Android device (#57145)
parent 461fe98f
......@@ -591,7 +591,7 @@ class FlutterPlugin implements Plugin<Project> {
if (project.hasProperty('filesystem-scheme')) {
fileSystemSchemeValue = project.property('filesystem-scheme')
}
Boolean trackWidgetCreationValue = false
Boolean trackWidgetCreationValue = true
if (project.hasProperty('track-widget-creation')) {
trackWidgetCreationValue = project.property('track-widget-creation').toBoolean()
}
......
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