Merge "Fix crash when creating preview cache table"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c4deb99929
@@ -273,7 +273,7 @@ public class WidgetPreviewLoader {
|
||||
COLUMN_SIZE + " TEXT NOT NULL, " +
|
||||
COLUMN_PREVIEW_BITMAP + " BLOB NOT NULL, " +
|
||||
"PRIMARY KEY (" + COLUMN_NAME + ", " + COLUMN_SIZE + ") " +
|
||||
");");
|
||||
") IF NOT EXISTS;");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user