Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
0206b006
Commit
0206b006
authored
Nov 07, 2018
by
Evan W. Patton
Committed by
Susan Rati Lane
Nov 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix clearing of MockFeatureCollection when Source is None
Change-Id: Icf74d804689dcaa323bac3b4d1f0400631b74a5e
parent
9d950986
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
appinventor/appengine/src/com/google/appinventor/client/editor/simple/components/MockFeatureCollection.java
...lient/editor/simple/components/MockFeatureCollection.java
+3
-0
No files found.
appinventor/appengine/src/com/google/appinventor/client/editor/simple/components/MockFeatureCollection.java
View file @
0206b006
...
...
@@ -106,6 +106,9 @@ public class MockFeatureCollection extends MockContainer implements MockMapFeatu
removeComponent
(
component
,
true
);
component
.
onRemoved
();
}
children
.
clear
();
features
.
clear
();
clearLayers
();
return
;
}
long
projectId
=
Ode
.
getInstance
().
getCurrentYoungAndroidProjectId
();
...
...
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