mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Fix RTL test
This commit is contained in:
committed by
Andreas Shimokawa
parent
d60d10ddb1
commit
6f86d70ca1
@@ -120,6 +120,7 @@ public class DeviceCommunicationServiceTestCase extends TestBase {
|
||||
public void testRtlSupport() {
|
||||
SharedPreferences settings = GBApplication.getPrefs().getPreferences();
|
||||
SharedPreferences.Editor editor = settings.edit();
|
||||
editor.putBoolean("transliteration", false);
|
||||
editor.putBoolean(GBPrefs.RTL_SUPPORT, true);
|
||||
editor.commit();
|
||||
|
||||
|
Reference in New Issue
Block a user