-
Notifications
You must be signed in to change notification settings - Fork 1
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
Move RootPickerDialog and prohibit adding a new root if there is already a root inside #68
Comments
This was referenced Feb 17, 2024
I'm thinking about this again and it seems there could be scenarios when it's ok, e.g. SD card if user doesn't have a lot of data on it. Do you think we should implement it? |
tuancoltech
added a commit
that referenced
this issue
Mar 18, 2024
Merged
tuancoltech
added a commit
that referenced
this issue
Mar 18, 2024
tuancoltech
added a commit
that referenced
this issue
Mar 23, 2024
tuancoltech
added a commit
to ARK-Builders/ARK-Navigator
that referenced
this issue
Mar 24, 2024
tuancoltech
added a commit
that referenced
this issue
Mar 24, 2024
tuancoltech
added a commit
that referenced
this issue
Mar 24, 2024
tuancoltech
added a commit
that referenced
this issue
Mar 27, 2024
tuancoltech
added a commit
that referenced
this issue
Aug 8, 2024
tuancoltech
added a commit
that referenced
this issue
Nov 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Move RootPickerDialogFragment here from Navigator
The functionality of the RootPickerDialogFragment and the ArkFilePickerViewModel.pinFile() are the same. In fact, we can add root/favorite from two different places. We need to reuse the general logic and prohibit adding root if there is already a root inside.
We also need to prohibit adding device root as ARK root.
The text was updated successfully, but these errors were encountered: