Skip to content

Commit 6c97bf2

Browse files
committed
chore(flipcash/accesskey): update logo and file name
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent d4f37f0 commit 6c97bf2

2 files changed

Lines changed: 2 additions & 47 deletions

File tree

apps/flipcash/shared/accesskey/src/main/kotlin/com/flipcash/app/accesskey/BaseAccessKeyViewModel.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ abstract class BaseAccessKeyViewModel(
134134
destination = destination,
135135
name = {
136136
val date: DateFormat = SimpleDateFormat("yyy-MM-dd-h-mm", Locale.CANADA)
137-
"Flipchat-Recovery-${date.format(Date())}.png"
137+
"Flipcash-Recovery-${date.format(Date())}.png"
138138
}
139139
)
140140
if (result) {
@@ -161,7 +161,7 @@ abstract class BaseAccessKeyViewModel(
161161
?.toBitmap(812, 1353)!!
162162

163163
val imageLogo =
164-
resources.getDrawable(R.drawable.ic_flipcash_logo_access_key)
164+
resources.getDrawable(R.drawable.ic_flipcash_logo)
165165
?.toBitmap(logoWidth.roundToInt(), logoHeight)!!
166166

167167
val imageOut = createBitmap(targetWidth, targetHeight).applyCanvas {

apps/flipcash/shared/accesskey/src/main/res/drawable/ic_flipcash_logo_access_key.xml

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)