Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Gallery2
Commits
4d7efab8
Commit
4d7efab8
authored
11 years ago
by
nicolasroard
Browse files
Options
Download
Email Patches
Plain Diff
Fix Gallery auto-hide action bar in Album view
bug:11218758 Change-Id: Id48e54842ea3539396801d99ea8ec33e58c7a1f1
parent
db30124a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/com/android/gallery3d/app/PhotoPage.java
src/com/android/gallery3d/app/PhotoPage.java
+1
-0
No files found.
src/com/android/gallery3d/app/PhotoPage.java
View file @
4d7efab8
...
...
@@ -862,6 +862,7 @@ public abstract class PhotoPage extends ActivityState implements
@Override
protected
void
onBackPressed
()
{
showBars
();
if
(
mShowDetails
)
{
hideDetails
();
}
else
if
(
mAppBridge
==
null
||
!
switchWithCaptureAnimation
(-
1
))
{
...
...
This diff is collapsed.
Click to expand it.
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