Dar9586 / NClientV2

An unofficial NHentai android client
Apache License 2.0
1.9k stars 97 forks source link

Download Notifications Language #322

Closed hmaltr closed 3 years ago

hmaltr commented 3 years ago

When a download is started app uses the user's selected language without problems. But when the app gets restarted (gets killed) the app switches to English notifications regardless of the user's language choice.

Tested on both Android 11 A50 (physical) and Bluestacks emulator.

Screenshots:

image what the notification is

image what it should be in

Dar9586 commented 3 years ago

What are the steps to reproduce this behaviour? I tried but I couldn't reproduce:

hmaltr commented 3 years ago
  • killing the app from the device settings, but if you do so the OS will clear all the notification of the app

Start a download (Correct language) Before download finishes kill the app from device settings (All notifications gets cleared) Open the app and continue the download (Notifications are now in English)

Dar9586 commented 3 years ago

Unfortunately I wasn't able to reproduce this behaviour, so I tried to fix this by forcing the language switch as the first instruction the app executes at startup, so now it should be more cosistent

hmaltr commented 3 years ago

image It's working now! closing this issue