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
bb473d91
Unverified
Commit
bb473d91
authored
Jan 27, 2021
by
AnujSinghal12
Committed by
GitHub
Jan 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Restore button in Deleted Projects View (#2396)
parent
2be7a411
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
appinventor/appengine/src/com/google/appinventor/client/explorer/youngandroid/ProjectToolbar.java
...inventor/client/explorer/youngandroid/ProjectToolbar.java
+1
-1
No files found.
appinventor/appengine/src/com/google/appinventor/client/explorer/youngandroid/ProjectToolbar.java
View file @
bb473d91
...
@@ -191,8 +191,8 @@ public class ProjectToolbar extends Toolbar {
...
@@ -191,8 +191,8 @@ public class ProjectToolbar extends Toolbar {
if
(
selectedProjects
.
size
()
>
0
)
{
if
(
selectedProjects
.
size
()
>
0
)
{
for
(
Project
project
:
selectedProjects
)
{
for
(
Project
project
:
selectedProjects
)
{
project
.
restoreFromTrash
();
project
.
restoreFromTrash
();
Ode
.
getInstance
().
switchToTrash
();
}
}
Ode
.
getInstance
().
switchToTrash
();
}
else
{
}
else
{
// The user can select a project to resolve the
// The user can select a project to resolve the
// error.
// error.
...
...
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