Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit fdf610c

Browse files
committed
app: add GopenpgpPasswordCreationActivity
1 parent 9f269e8 commit fdf610c

File tree

2 files changed

+437
-0
lines changed

2 files changed

+437
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
android:label="@string/new_password_title"
9696
android:windowSoftInputMode="adjustResize" />
9797

98+
<activity android:name=".ui.crypto.GopenpgpPasswordCreationActivity"
99+
android:label="@string/new_password_title"
100+
android:windowSoftInputMode="adjustResize" />
101+
98102
<activity
99103
android:name=".ui.crypto.DecryptActivity"
100104
android:windowSoftInputMode="adjustResize" />

0 commit comments

Comments
 (0)