fix compile

This commit is contained in:
Dominik Schürmann
2014-01-12 22:26:55 +01:00
parent 100ae50e02
commit c740d409c4
3 changed files with 25 additions and 19 deletions

View File

@@ -115,7 +115,7 @@
android:label="@string/title_edit_key"
android:windowSoftInputMode="stateHidden" />
<activity
android:name=".ui.KeyViewActivity"
android:name=".ui.ViewKeyActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_key_details"
android:parentActivityName=".ui.KeyListPublicActivity" >