metamask-mobile icon indicating copy to clipboard operation
metamask-mobile copied to clipboard

Duplicate metamask font on Android assets.

Open giomurru opened this issue 3 years ago • 1 comments

Description

Duplicate metamask font on Android assets.

Technical Details

When cloning the repo I get this warning:

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

 'android/app/src/main/assets/fonts/Metamask.ttf'
 'android/app/src/main/assets/fonts/metamask.ttf'

I checked the md5 of the two files and it looks like they are the same file.

I think a possible solution can be to delete one of the ttf. I suggest to keep the one starting with the capital letter just to stay aligned with the style of the other fonts contained in the same folder.

Before deleting the duplicate font file you should verify any case-sensitive dependence in the android app code.

giomurru avatar Nov 17 '21 10:11 giomurru

How has this issue been open for nearly a year?

elliotsayes avatar Aug 10 '22 04:08 elliotsayes