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
{{ message }}
This repository has been archived by the owner on May 6, 2019. It is now read-only.
Description:
It appears that the app attempts to create a GZdoom directory and config sub-directory before properly acquiring storage permissions from the user. Even after giving it permissions, the folder will not be created properly until the app is re-launched.
Steps to reproduce:
On first launch after the user taps "Allow" on the permissions request and navigates to the options fragment and taps the "RESET" button for the GZDoom folder a message appears saying "/storage/emulated/0/GZDoom is not a directory
Ideas to fix:
Have the app attempt to create the GZdoom directory directly after acquiring permissions (if it does not already exist)
Have the app attempt to create the GZdoom directory upon navigating to options fragment (if it does not already exist)
Have the app attempt to create the GZdoom directory upon navigating to any fragment (if it does not already exist)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#Tested on Nougat API 25
Description:
It appears that the app attempts to create a GZdoom directory and config sub-directory before properly acquiring storage permissions from the user. Even after giving it permissions, the folder will not be created properly until the app is re-launched.
Steps to reproduce:
On first launch after the user taps "Allow" on the permissions request and navigates to the options fragment and taps the "RESET" button for the GZDoom folder a message appears saying "/storage/emulated/0/GZDoom is not a directory
Ideas to fix:
Have the app attempt to create the GZdoom directory directly after acquiring permissions (if it does not already exist)
Have the app attempt to create the GZdoom directory upon navigating to options fragment (if it does not already exist)
Have the app attempt to create the GZdoom directory upon navigating to any fragment (if it does not already exist)
The text was updated successfully, but these errors were encountered: