Skip to content

Commit

Permalink
fix: dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinliu committed Aug 2, 2018
1 parent 31b4c76 commit 896ccc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import cn.quickits.polaris.iconpacks.core.IconPacksEngine
class DefaultIconPacksEngine : IconPacksEngine {

override fun getFolderIcon(): Uri =
Uri.parse("file:///android_asset//folder.png")
Uri.parse("file:///android_asset/folder.png")

override fun getFileExtensionIcon(extension: String?): Uri =
Uri.parse("file:///android_asset/file_extension_icons/file_extension_${extension?.toLowerCase()}.png")
Expand Down

0 comments on commit 896ccc4

Please sign in to comment.