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

Commit 0de67f50 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

camera: Don't allow camera lens longpress

parent 1fc6571f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -725,7 +725,7 @@ public class MainActivity extends AppCompatActivity implements PreferenceFragmen
        });

        // set up switch camera button long click - must be done after setting is_multi_cam
        if( n_cameras > 2 ) {
        if( n_cameras > 2 && !getResources().getBoolean(R.bool.zoom_level_switch_supported)) {
            View.OnLongClickListener long_click_listener = new View.OnLongClickListener() {
                @Override
                public boolean onLongClick(View v) {