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

Commit b5635cf4 authored by Mark Harman's avatar Mark Harman
Browse files

fix typo in logging.

parent 24bb9942
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4212,7 +4212,7 @@ public class Preview implements SurfaceHolder.Callback, TextureView.SurfaceTextu
                    for(int i=zoom_factor;i<zoom_ratios.size();i++) {
                        if( zoom_ratios.get(i)/100.0f >= zoom_ratio ) {
                            if( MyDebug.LOG )
                                Log.d(TAG, "zoom int, found new zoom by comparing " + zoom_ratios.get(i)/100.0f + " >= " + zoom_ratio);
                                Log.d(TAG, "zoom in, found new zoom by comparing " + zoom_ratios.get(i)/100.0f + " >= " + zoom_ratio);
                            new_zoom_factor = i;
                            break;
                        }