You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I pick the file with dir /storage/emulated/0/Download/pacifico/Pacifico.ttf I'm getting incorrect path returned by val filePath = it.data!!.getStringExtra(Const.BundleExtras.FILE_PATH) which returns /storage/emulated/0/Download/Pacifico.ttf. It somhow omits pacifico folder inside Download.
The text was updated successfully, but these errors were encountered:
When I pick the file with dir
/storage/emulated/0/Download/pacifico/Pacifico.ttf
I'm getting incorrect path returned byval filePath = it.data!!.getStringExtra(Const.BundleExtras.FILE_PATH)
which returns/storage/emulated/0/Download/Pacifico.ttf
. It somhow omitspacifico
folder insideDownload
.The text was updated successfully, but these errors were encountered: