TeamAmaze / AmazeFileUtilities-Issue-Tracker

Issue tracker for Amaze File Utilities
https://play.google.com/store/apps/details?id=com.amaze.fileutilities
26 stars 3 forks source link

Crash reported by "Jeffrey #382

Open amaze-issue-automation[bot] opened 6 months ago

amaze-issue-automation[bot] commented 6 months ago

Issue explanation (write below this line)

Crash when opening .JPEG from Amaze file manager. Photo taken with OpenCamera, but same result with pictures of different origin. Motorola E6, Android 9.

Exception

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.amaze.fileutilities/com.amaze.fileutilities.image_viewer.ImageViewerActivity}: java.lang.UnsupportedOperationException: Unknown windowLayoutInDisplayCutoutMode: 3
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3131)
    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3270)
    at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
    at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
    at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1986)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loop(Looper.java:215)
    at android.app.ActivityThread.main(ActivityThread.java:6939)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:870)
Caused by: java.lang.UnsupportedOperationException: Unknown windowLayoutInDisplayCutoutMode: 3
    at com.android.internal.policy.PhoneWindow.generateLayout(PhoneWindow.java:2486)
    at com.android.internal.policy.PhoneWindow.installDecor(PhoneWindow.java:2754)
    at com.android.internal.policy.PhoneWindow.getDecorView(PhoneWindow.java:2077)
    at androidx.appcompat.app.f.initViewTreeOwners(AppCompatActivity.java:5)
    at androidx.appcompat.app.f.setContentView(AppCompatActivity.java:3)
    at com.amaze.fileutilities.image_viewer.ImageViewerActivity.onCreate(ImageViewerActivity.kt:14)
    at android.app.Activity.performCreate(Activity.java:7148)
    at android.app.Activity.performCreate(Activity.java:7139)
    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1293)
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3111)
    ... 11 more