Skip to content

Commit 6a557f4

Browse files
committed
Remove right-to-left (RTL) declaration from manifest
Addresses #15 (comment)
1 parent 36947b6 commit 6a557f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

yoti-sdk/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
package="com.yoti.mobile.android.sdk">
44

55
<application
6-
android:label="@string/app_name"
7-
android:supportsRtl="true">
6+
android:label="@string/app_name">
87
<activity android:name=".ReceiverActivity" android:theme="@style/Theme.AppCompat.Translucent"/>
98
<service
109
android:name=".kernelSDK.KernelSDKIntentService"

0 commit comments

Comments
 (0)