Loading app/src/main/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ android:name=".OpenCameraApplication" android:theme="@style/AppTheme" android:largeHeap="true" android:hardwareAccelerated="true" android:requestLegacyExternalStorage="true" > <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html --> Loading app/src/main/java/net/sourceforge/opencamera/ui/DrawPreview.java +1 −1 Original line number Diff line number Diff line Loading @@ -2642,7 +2642,7 @@ public class DrawPreview { if( camera_controller != null && this.thumbnail_anim && last_thumbnail != null ) { int ui_rotation = preview.getUIRotation(); long time = time_ms - this.thumbnail_anim_start_ms; final long duration = 500; final long duration = 400; if( time > duration ) { if( MyDebug.LOG ) Log.d(TAG, "thumbnail_anim finished"); Loading Loading
app/src/main/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ android:name=".OpenCameraApplication" android:theme="@style/AppTheme" android:largeHeap="true" android:hardwareAccelerated="true" android:requestLegacyExternalStorage="true" > <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html --> Loading
app/src/main/java/net/sourceforge/opencamera/ui/DrawPreview.java +1 −1 Original line number Diff line number Diff line Loading @@ -2642,7 +2642,7 @@ public class DrawPreview { if( camera_controller != null && this.thumbnail_anim && last_thumbnail != null ) { int ui_rotation = preview.getUIRotation(); long time = time_ms - this.thumbnail_anim_start_ms; final long duration = 500; final long duration = 400; if( time > duration ) { if( MyDebug.LOG ) Log.d(TAG, "thumbnail_anim finished"); Loading