microbit-foundation / microbit-android

micro:bit official Android application code. The application is free to download from https://play.google.com/store/apps/details?id=com.samsung.microbit
Apache License 2.0
13 stars 10 forks source link

Fix stray \r. Remove unused string. #53

Closed microbit-matt-hillsdon closed 3 months ago

microbit-matt-hillsdon commented 3 months ago

The \r displays as 'r'.

Closes https://github.com/microbit-foundation/microbit-android/issues/12

microbit-matt-hillsdon commented 3 months ago

Mainly fixing this so my test release based on #52 is marginally more interesting!

microbit-matt-hillsdon commented 3 months ago

Checked the apk built by GHA and the 'r' is gone and the line break remains.

martinwork commented 3 months ago

Fixes https://github.com/microbit-foundation/microbit-android/issues/12?

microbit-matt-hillsdon commented 3 months ago

Fixes #12?

Yep that's in the main comment so it's been closed now the PR is merged 😄