DiscordTime / sticky-sessions-android

StickySessions is an app that helps teams to share and store their thoughts through digital-like retrospective sessions
9 stars 6 forks source link

Change launch screen bitmap to use drawables #116

Closed rodrigoperazzo closed 5 years ago

rodrigoperazzo commented 5 years ago

The tag doesn't accept mipmap resources very well, so trying to open application on low-tier devices was causing a crash. Solution was to copy mipmaps as drawables and change reference in launch_screen XML.

rodrigoperazzo commented 5 years ago

Not needed