* commit 'c39916f7dadb2f8be2e7523c5ceade9f04a94e1e': Fix default level flags for bidi. [DO NOT MERGE]
This commit is contained in:
@@ -40,10 +40,10 @@ public class AndroidBidi_Delegate {
|
|||||||
case 1: // Layout.DIR_REQUEST_RTL
|
case 1: // Layout.DIR_REQUEST_RTL
|
||||||
break; // No change.
|
break; // No change.
|
||||||
case -1:
|
case -1:
|
||||||
dir = Bidi.LEVEL_DEFAULT_LTR;
|
dir = Bidi.LEVEL_DEFAULT_RTL;
|
||||||
break;
|
break;
|
||||||
case -2:
|
case -2:
|
||||||
dir = Bidi.LEVEL_DEFAULT_RTL;
|
dir = Bidi.LEVEL_DEFAULT_LTR;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// Invalid code. Log error, assume LEVEL_DEFAULT_LTR and continue.
|
// Invalid code. Log error, assume LEVEL_DEFAULT_LTR and continue.
|
||||||
|
|||||||
Reference in New Issue
Block a user