Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
dda7382e
Unverified
Commit
dda7382e
authored
Sep 14, 2018
by
Michael Goderbauer
Committed by
GitHub
Sep 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the the (#21732)
parent
8b81449d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
platform_view.dart
packages/flutter/lib/src/widgets/platform_view.dart
+1
-1
routes.dart
packages/flutter/lib/src/widgets/routes.dart
+1
-1
No files found.
packages/flutter/lib/src/widgets/platform_view.dart
View file @
dda7382e
...
...
@@ -44,7 +44,7 @@ import 'framework.dart';
/// The Android view's lifetime is the same as the lifetime of the [State] object for this widget.
/// When the [State] is disposed the platform view (and auxiliary resources) are lazily
/// released (some resources are immediately released and some by platform garbage collector).
/// A stateful widget's state is disposed
the
the widget is removed from the tree or when it is
/// A stateful widget's state is disposed
when
the widget is removed from the tree or when it is
/// moved within the tree. If the stateful widget has a key and it's only moved relative to its siblings,
/// or it has a [GlobalKey] and it's moved within the tree, it will not be disposed.
class
AndroidView
extends
StatefulWidget
{
...
...
packages/flutter/lib/src/widgets/routes.dart
View file @
dda7382e
...
...
@@ -909,7 +909,7 @@ abstract class ModalRoute<T> extends TransitionRoute<T> with LocalHistoryRoute<T
/// included in the semantics tree.
///
/// If [semanticsDismissible] is false, then modal barrier semantics are
/// excluded from the
the
semantics tree and tapping on the modal barrier
/// excluded from the semantics tree and tapping on the modal barrier
/// has no effect.
bool
get
semanticsDismissible
=>
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment