mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-10 20:19:32 +01:00
Fix RTL test
This commit is contained in:
parent
d60d10ddb1
commit
6f86d70ca1
@ -120,6 +120,7 @@ public class DeviceCommunicationServiceTestCase extends TestBase {
|
|||||||
public void testRtlSupport() {
|
public void testRtlSupport() {
|
||||||
SharedPreferences settings = GBApplication.getPrefs().getPreferences();
|
SharedPreferences settings = GBApplication.getPrefs().getPreferences();
|
||||||
SharedPreferences.Editor editor = settings.edit();
|
SharedPreferences.Editor editor = settings.edit();
|
||||||
|
editor.putBoolean("transliteration", false);
|
||||||
editor.putBoolean(GBPrefs.RTL_SUPPORT, true);
|
editor.putBoolean(GBPrefs.RTL_SUPPORT, true);
|
||||||
editor.commit();
|
editor.commit();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user