Skip to content

Commit 06838d6

Browse files
author
therealbluepandabear
committed
Change windowSoftInputMode value of CanvasActivity to adjustUnspecified.
1 parent 391174c commit 06838d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
android:theme="@style/Theme.PixaPencil">
2020
<activity
2121
android:name="com.therealbluepandabear.pixapencil.activities.canvas.CanvasActivity"
22-
android:windowSoftInputMode="adjustPan"
22+
android:windowSoftInputMode="adjustUnspecified"
2323
android:hardwareAccelerated="true"
2424
android:exported="false" />
2525
<activity

0 commit comments

Comments
 (0)