Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #740 from Vishwa-Raghavendra/develop
Browse files Browse the repository at this point in the history
BackupData fix
  • Loading branch information
ILIYANGERMANOV authored Apr 17, 2022
2 parents 59a93a0 + b0c6714 commit e4e07d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.ivy.wallet.domain
package com.ivy.wallet.domain.data

import com.ivy.wallet.domain.data.entity.*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import android.net.Uri
import androidx.core.net.toUri
import com.google.gson.*
import com.google.gson.reflect.TypeToken
import com.ivy.wallet.domain.IvyWalletCompleteData
import com.ivy.wallet.domain.data.IvyWalletCompleteData
import com.ivy.wallet.domain.logic.csv.model.ImportResult
import com.ivy.wallet.io.persistence.SharedPrefs
import com.ivy.wallet.io.persistence.dao.*
Expand Down

0 comments on commit e4e07d5

Please sign in to comment.