Skip to content

Fix fileName for android#7

Open
mrgerych wants to merge 1 commit into
leethree:masterfrom
mrgerych:master
Open

Fix fileName for android#7
mrgerych wants to merge 1 commit into
leethree:masterfrom
mrgerych:master

Conversation

@mrgerych

@mrgerych mrgerych commented Sep 5, 2018

Copy link
Copy Markdown

I am discovered next issue:
keys is escaping and file name for key root:storage will be root%3Astorage.
The issue is that on android this file name stored as persist:pdfstorage
So fs.exists(pathForKey(key)) where pathForKey(key) = .../root%3Astorage return false for me

@leethree

Copy link
Copy Markdown
Owner

could you explain why the file name will become persist:pdfstorage?

@mrgerych

Copy link
Copy Markdown
Author

sure.
@leethree could you check next screens

screen shot 2018-09-13 at 12 04 14 pm

screen shot 2018-09-13 at 12 04 27 pm

@beavis07 beavis07 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well played 👏 (Thanks - saved me some hours!)

@VladLazovskiy

Copy link
Copy Markdown

relevant
the key does not work on Android '@myapp:'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants