am 10395cbb: Fix default level flags for bidi. [DO NOT MERGE]
* commit '10395cbb5cdec35a0ebee1d0b18b58c4803092a1': 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