Fix database migration issue.

This commit is contained in:
Alex Ning 2020-04-01 20:12:27 +08:00
parent 9bfae61ce7
commit 3feee882c6
2 changed files with 2 additions and 3 deletions

View File

@ -143,8 +143,7 @@ public abstract class RedditDataRoomDatabase extends RoomDatabase {
"crosspost_icon_tint INTEGER NOT NULL, stickied_post_icon_tint INTEGER NOT NULL, subscribed INTEGER NOT NULL," +
"unsubscribed INTEGER NOT NULL, username INTEGER NOT NULL, subreddit INTEGER NOT NULL," +
"author_flair_text_color INTEGER NOT NULL, submitter INTEGER NOT NULL," +
"moderator INTEGER NOT NULL, notification_icon_color INTEGER NOT NULL," +
"single_comment_thread_background_color INTEGER NOT NULL," +
"moderator INTEGER NOT NULL, single_comment_thread_background_color INTEGER NOT NULL," +
"unread_message_background_color INTEGER NOT NULL, divider_color INTEGER NOT NULL," +
"no_preview_link_background_color INTEGER NOT NULL," +
"vote_and_reply_unavailable_button_color INTEGER NOT NULL," +

View File

@ -5,6 +5,6 @@
android:id="@+id/action_create_create_multi_reddit_activity"
android:orderInCategory="1"
android:title="@string/action_send"
android:icon="@drawable/ic_add_24dp"
android:icon="@drawable/ic_add_day_night_24dp"
app:showAsAction="ifRoom" />
</menu>