Udhayarajan/VidSnap

Download Location in SettingFragment does not work!

Closed this issue · 4 comments

  1. if your first activity after installation is SettingFragment, it will crash after Download location selection.
  2. Regardless whether you choose the default and change the directory, the fragment will not update the outcome.
  3. Essentially, it does not work at all. But the location is able to change in other fragments.

I would like to know additional details about that particular error.

In what version of APK you're experiencing it?

I guess the reason is that your storage permissions are requested only in the first downloading task. Therefore, the problem will arise if first action after installation is to set Download path immediately in SettingFragment.

I can't reproduce the problem could you please suggest to me step by step what you have followed to get the crash?

Closing this as it does not have proper information