Skip to content

Commit

Permalink
For mozilla-mobile#23121 - Replace @drawble/ic_login with @drawable/m…
Browse files Browse the repository at this point in the history
…ozac_ic_login
  • Loading branch information
gabrielluong committed Jan 20, 2022
1 parent d76ae21 commit 964eef7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class MasterPasswordTipProvider(
title = context.getString(R.string.mp_homescreen_tip_title),
description = context.getString(R.string.mp_homescreen_tip_message),
learnMoreURL = null,
titleDrawable = AppCompatResources.getDrawable(context, R.drawable.ic_login)
titleDrawable = AppCompatResources.getDrawable(context, R.drawable.mozac_ic_login)
)

private fun showMasterPasswordMigration() {
Expand Down
13 changes: 0 additions & 13 deletions app/src/main/res/drawable/ic_login.xml

This file was deleted.

0 comments on commit 964eef7

Please sign in to comment.