Skip to content

Commit

Permalink
fix import db backup (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
beradeep authored Aug 29, 2024
1 parent cefb842 commit ffac375
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
package com.bera.whitehole.data.localdb.backup

import androidx.annotation.Keep
import com.bera.whitehole.data.localdb.entities.Photo
import com.bera.whitehole.data.localdb.entities.RemotePhoto

@Keep
data class BackupFile(
val photos: List<Photo> = emptyList(),
val remotePhotos: List<RemotePhoto> = emptyList(),
Expand Down

0 comments on commit ffac375

Please sign in to comment.