mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-28 11:58:23 +01:00
Fix database migration issue.
This commit is contained in:
parent
9bfae61ce7
commit
3feee882c6
@ -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," +
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user