Skip to content

Commit

Permalink
Removed an unused class.| #793
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Dec 26, 2019
1 parent bb70ef3 commit 6c7f93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 225 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import com.flowcrypt.email.api.email.JavaEmailConstants
import com.flowcrypt.email.database.dao.AccountDao
import com.flowcrypt.email.database.dao.AttachmentDao
import com.flowcrypt.email.database.dao.LabelDao
import com.flowcrypt.email.database.dao.MessagesDao
import com.flowcrypt.email.database.dao.MessageDao
import com.flowcrypt.email.database.dao.source.AccountAliasesDaoSource
import com.flowcrypt.email.database.dao.source.AccountDaoSource
import com.flowcrypt.email.database.dao.source.ActionQueueDaoSource
Expand Down Expand Up @@ -58,7 +58,7 @@ import com.flowcrypt.email.service.actionqueue.actions.FillUserIdEmailsKeysTable
],
version = FlowCryptRoomDatabase.DB_VERSION)
abstract class FlowCryptRoomDatabase : RoomDatabase() {
abstract fun msgDao(): MessagesDao
abstract fun msgDao(): MessageDao

abstract fun accountDao(): AccountDao

Expand Down

This file was deleted.

0 comments on commit 6c7f93b

Please sign in to comment.