Don't allow gtasks preferences to rotate (prevents killing ui during import)

pull/14/head
Sam Bosley 12 years ago
parent d8b3f962b6
commit 2c49b30c1f

@ -462,7 +462,8 @@
</receiver>
<activity android:name="com.todoroo.astrid.gtasks.GtasksPreferences"
android:theme="@android:style/Theme"
android:label="@string/gtasks_GPr_header">
android:label="@string/gtasks_GPr_header"
android:screenOrientation="portrait">
<meta-data android:name="category"
android:resource="@string/SyP_label" />
<meta-data android:name="syncAction"

Loading…
Cancel
Save