Skip to content

Commit 9b4e4de

Browse files
committed
Fix activity name in Android manifest
Signed-off-by: Simone Arpe <[email protected]>
1 parent 4462570 commit 9b4e4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<application>
1010
<activity
11-
android:name="com.pspdfkit.ui.PSPDFActivity"
11+
android:name="com.pspdfkit.ui.PdfActivity"
1212
android:windowSoftInputMode="adjustNothing" />
1313
</application>
1414
</manifest>

0 commit comments

Comments
 (0)