Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ef12a411 authored by kaiyiz's avatar kaiyiz Committed by Steve Kondik
Browse files

Gallery2: Fix fail to share in MovieActivity after use camera

When using camera, it will call PhotoPage which creates its
share option menu and clear the shared provider's intent which
causes the problem. The option menu uses ShareActionProvider
to handle operation, and it saves the share intent in
ActivityChooserModel. The PhotoPage onCreateActionBar
method will create the menu which sets the share intent to null.
So when click the share button, there is no responding.

Recreate the provider's intent when resume to MovieActivity.

CRs-Fixed: 513809

Change-Id: I1f4ff891b3909009b716d243147de886ae98dd9e
parent 5597e984
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment