Tribler / trustchain-android

An example android app for using trustchain
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Access storage #36

Closed wkmeijer closed 6 years ago

wkmeijer commented 6 years ago

When first trying to open a file and allowing the permission, you have to click the 'open file' button again before it opens the file. This feels a bit weird.

wkmeijer commented 6 years ago

This is not trivially possible, because you can catch the permission result but you have no way of knowing which onclicklistener caused the permission to be needed in the first place. So you don't know which item to open after the permission has been accepted.