You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, every first time I open a compressed (zip) file from an email attachment the application crashes. Upon retrying, doing the same user actions, it works ok.
PS, the email client is "FairEmail", installed from Google's Play Store.
PS2, the logs.txt is not being attached due to a "attachment not found" error.
Exception
App Name: Amaze File Manager
Package: com.amaze.filemanager
Version: 3.8.4
User Action: UI Error
Request: Application crash
OS: Linux Android 10 - 29
Device: beryllium
Model: POCOPHONE F1
Product: beryllium Crash log
kotlin.UninitializedPropertyAccessException: lateinit property compressedFile has not been initialized
at com.amaze.filemanager.ui.fragments.CompressedExplorerFragment.getCompressedFile(CompressedExplorerFragment.kt:96)
at com.amaze.filemanager.ui.fragments.CompressedExplorerFragment.onSaveInstanceState(CompressedExplorerFragment.kt:341)
at androidx.fragment.app[https://androidx.fragment.app].Fragment.performSaveInstanceState(Fragment.java:3183)
at androidx.fragment.app[https://androidx.fragment.app].FragmentStateManager.saveBasicState(FragmentStateManager.java:680)
at androidx.fragment.app[https://androidx.fragment.app].FragmentStateManager.saveState(FragmentStateManager.java:646)
at androidx.fragment.app[https://androidx.fragment.app].FragmentStore.saveActiveFragments(FragmentStore.java:214)
at androidx.fragment.app[https://androidx.fragment.app].FragmentManager.saveAllStateInternal(FragmentManager.java:2318)
at androidx.fragment.app[https://androidx.fragment.app].FragmentManager.lambda$attachController$0(FragmentManager.java:2572)
at androidx.fragment.app[https://androidx.fragment.app].FragmentManager.$r8$lambda$XfPeDpLzKWrJr916TDyhue4S3eM(Unknown Source:0)
at androidx.fragment.app[https://androidx.fragment.app].FragmentManager$$ExternalSyntheticLambda0.saveState(Unknown Source:2)
at androidx.savedstate.SavedStateRegistry.performSave(SavedStateRegistry.java:227)
at androidx.savedstate.SavedStateRegistryController.performSave(SavedStateRegistryController.java:74)
at androidx.activity.ComponentActivity.onSaveInstanceState(ComponentActivity.java:338)
at com.amaze.filemanager.ui.activities.MainActivity.onSaveInstanceState(MainActivity.java:1280)
at android.app[https://android.app].Activity.performSaveInstanceState(Activity.java:2088)
at android.app[https://android.app].Instrumentation.callActivityOnSaveInstanceState(Instrumentation.java:1486)
at android.app[https://android.app].ActivityThread.callActivityOnSaveInstanceState(ActivityThread.java:5397)
at android.app[https://android.app].ActivityThread.callActivityOnStop(ActivityThread.java:4717)
at android.app[https://android.app].ActivityThread.performStopActivityInner(ActivityThread.java:4681)
at android.app[https://android.app].ActivityThread.handleStopActivity(ActivityThread.java:4756)
at android.app[https://android.app].servertransaction.StopActivityItem.execute(StopActivityItem.java:41)
at android.app[https://android.app].servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176)
at android.app[https://android.app].servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
at android.app[https://android.app].ActivityThread$H.handleMessage(ActivityThread.java:2044)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:224)
at android.app[https://android.app].ActivityThread.main(ActivityThread.java:7562)
at java.lang.reflect.Method.invoke(Native Method)
at com[https://com.android].android[https://com.android].internal.os.RuntimeInit$MethodAndArgsCaller[https://MethodAndArgsCaller.run].run[https://MethodAndArgsCaller.run](RuntimeInit.java:539)
at com[https://com.android].android[https://com.android].internal.os.ZygoteInit.main(ZygoteInit.java:950)
The text was updated successfully, but these errors were encountered:
Issue explanation (write below this line)
Hello, every first time I open a compressed (zip) file from an email attachment the application crashes. Upon retrying, doing the same user actions, it works ok.
PS, the email client is "FairEmail", installed from Google's Play Store.
PS2, the logs.txt is not being attached due to a "attachment not found" error.
Exception
Crash log
The text was updated successfully, but these errors were encountered: