-
-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New external storage disappears on screen rotation #1165
Comments
@mhutti1 Another closely related bug is that If user chooses this 0 bytes storage. Same bug as shown reappears when user tries to edit it(The 0 byte external storage is not shown in the alert dialog). To resolve this, I think we should not allow the user to select a 0 byte storage. |
this is related to #1171 ? |
I don't think so. |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
@macgills After you have make a few fixes on this dialog. Do you think by any chance, this bug might have been fixed? |
No I wouldn't imagine it is. Just out of curiousity, why do we allow people to specify a new external storage? the use case is escaping me |
I would be much more in favour of getting rid of this feature and perfecting storage detection, very intense for a user to have to know their storage location |
By raising the minSDK to 19 (4.4, roughly 1500 users would not be able to upgrade) I am reasonably confident in a solution backed by Context.externalFilesDirs |
I don't think this specific issue is worth fixing imo. Its purely cosmetic. WRT the minSdk I would open another issue. |
@mhutti1 Without new clearly open new issue, I would like to keep that ticket open? Could you please tell us more about this custom path input? |
I don't think it saves state in general tbh. Its a bit of a hack. |
@macgills I think you can carry in by removing the feature. Less convince by increasing the minimal SDKfor now, for that. |
@kelson42 I don't support removing this feature. It was added for a reason and this bug is really not very important, I wouldn't really class it is a bug at all to be honest. The feature is very bare bones for a reason, we don't want users to use it unless necessary. But as a last resort they can enter their own path and select it. Once it is selected it is used and displayed in the menu but won't appear in the selector because it was never meant to. If the user wants to use it after switching to another path they will need to enter it again. |
…. well I didn't see this comment until just now. |
@mhutti1 @macgills What is sure is that this feature should work fine and here we suffer at least from two weaknesses like reported by @iadeelzafar. I don't know how the problem should be fixed, but either we fix the current bug or we remove the flacky part of the this external storage selector... But this is assuming the path proposed by @BBT-SeanMacGillicuddy works to a really large extend. Hopefully it wil, I'm ready to take that risk for a release. |
…tom-external #1165 New external storage disappears on screen rotation
Describe the bug
Create a new external storage and it disappears on screen rotation.
Expected behavior
State should be saved.
Steps to reproduce the behavior:
You will notice that newly created external storage disappears
Screenshots
Environment
Galaxy nexus API 24
The text was updated successfully, but these errors were encountered: