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

Commit 46868d04 authored by John Hoford's avatar John Hoford
Browse files

fix Edit from filmstrip bug

bug:10707676
Change-Id: Idb27d36713782237a66ee2e06cafb603dc107fb4
parent 34e84323
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -935,10 +935,14 @@ public class FilterShowActivity extends FragmentActivity implements OnItemClickL
        mShareActionProvider.setShareIntent(getDefaultShareIntent());
        mShareActionProvider.setOnShareTargetSelectedListener(this);
        mMenu = menu;
        setupMenu();
        return true;
    }

    private void setupMenu(){
        if (mMenu == null || mMasterImage == null) {
            return;
        }
        MenuItem undoItem = mMenu.findItem(R.id.undoButton);
        MenuItem redoItem = mMenu.findItem(R.id.redoButton);
        MenuItem resetItem = mMenu.findItem(R.id.resetHistoryButton);