summaryrefslogtreecommitdiffstats
path: root/src/com/cyngn/theme/util/CursorLoaderHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/cyngn/theme/util/CursorLoaderHelper.java')
-rw-r--r--src/com/cyngn/theme/util/CursorLoaderHelper.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/cyngn/theme/util/CursorLoaderHelper.java b/src/com/cyngn/theme/util/CursorLoaderHelper.java
index b315f38..4b58c0a 100644
--- a/src/com/cyngn/theme/util/CursorLoaderHelper.java
+++ b/src/com/cyngn/theme/util/CursorLoaderHelper.java
@@ -112,6 +112,8 @@ public class CursorLoaderHelper {
};
break;
case LOADER_ID_FONT:
+ // fonts don't have generated previews so use the ThemesColumns.CONTENT_URI
+ uri = ThemesColumns.CONTENT_URI;
selection = MODIFIES_FONTS + "=?";
break;
case LOADER_ID_ICONS: