From 34fdc34e845ed5ad2059d546f93362dc5c75056e Mon Sep 17 00:00:00 2001 From: d34d Date: Wed, 16 Sep 2015 15:39:42 -0700 Subject: Use correct URI for fonts in ThemeFragment The component selector was fixed to show themes that are only fonts but they could not be selected in the theme fragment since it was still using the PreviewColumns.CONTENT_URI Change-Id: I4d54a8b72255794919e4884ba361c4f996b1af29 TICKET: CHOOSER-98 --- src/com/cyngn/theme/util/CursorLoaderHelper.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/com') diff --git a/src/com/cyngn/theme/util/CursorLoaderHelper.java b/src/com/cyngn/theme/util/CursorLoaderHelper.java index 4b58c0a..e4f2ebe 100644 --- a/src/com/cyngn/theme/util/CursorLoaderHelper.java +++ b/src/com/cyngn/theme/util/CursorLoaderHelper.java @@ -293,6 +293,7 @@ public class CursorLoaderHelper { }; break; case LOADER_ID_FONT: + uri = ThemesColumns.CONTENT_URI; projection = new String[] { ThemesColumns.PKG_NAME, ThemesColumns.TITLE -- cgit v1.1