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

Commit 97dd05ad authored by George Mount's avatar George Mount
Browse files

Allow for extension for pano-based navigation.

Bug 9265629

Change-Id: Ief895285991b2200a423636580a68f1d21a31cdf
parent 77505296
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ public class CropActivity extends Activity {
        mCropView = (CropView) findViewById(R.id.cropView);

        ActionBar actionBar = getActionBar();
        if (actionBar != null) {
            actionBar.setDisplayOptions(ActionBar.DISPLAY_SHOW_CUSTOM);
            actionBar.setCustomView(R.layout.filtershow_actionbar);

@@ -116,7 +117,7 @@ public class CropActivity extends Activity {
                    startFinishOutput();
                }
            });

        }
        if (intent.getData() != null) {
            mSourceUri = intent.getData();
            startLoadBitmap(mSourceUri);
@@ -275,7 +276,7 @@ public class CropActivity extends Activity {
        }
    }

    private void startFinishOutput() {
    protected void startFinishOutput() {
        if (finalIOGuard) {
            return;
        } else {