OSDN Git Service

Remove redundant handling of share action.
authorMangesh Ghiware <mghiware@google.com>
Wed, 3 Oct 2012 06:50:53 +0000 (23:50 -0700)
committerMangesh Ghiware <mghiware@google.com>
Wed, 3 Oct 2012 07:03:59 +0000 (00:03 -0700)
commit847587b51800d4b2d241cd1b7c8b589be2c24133
treee150fd4171db5b6a33febe10e5d06cd959de9a77
parentc7b2c287bfbe3f53a4d65800c3884b0082ad683c
Remove redundant handling of share action.

Bug: 7256214

Gallery PhotoPage was handling the menu item selection for the share
action, in addition to the ShareActionProvider. Removing this leftover
code from pre-ActionBar implementation.

Change-Id: I0c91b9a7c05b38758ad1b76dd657225daaab1922
src/com/android/gallery3d/app/PhotoPage.java