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

Commit 55705d5a authored by Mangesh Ghiware's avatar Mangesh Ghiware
Browse files

Fix RTE in PhotoPage

Bug: 10341736
Change-Id: Iff005411cff8f8923c465da99804c14a3783bcf9
parent 77505296
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -651,11 +651,8 @@ public abstract class PhotoPage extends ActivityState implements
    }

    private void launchCamera() {
        throw new RuntimeException("Not implemented yet.");
//        Intent intent = new Intent(mActivity, CameraActivity.class)
//            .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
//        mRecenterCameraOnResume = false;
//        mActivity.startActivity(intent);
        mRecenterCameraOnResume = false;
        GalleryUtils.startCameraActivity(mActivity);
    }

    private void launchPhotoEditor() {