Skip to content

Commit

Permalink
allow landscape
Browse files Browse the repository at this point in the history
it doesn't log you out anymore

fixes #31

todo: don't allow it on dashboard
  • Loading branch information
Haroenv committed May 1, 2016
1 parent a75dac5 commit 895693e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<activity
android:name=".ui.activities.MainActivity"
android:label="Punchtime"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.Launcher" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand All @@ -24,13 +23,11 @@
<activity
android:name=".ui.activities.PermissionErrorActivity"
android:label="Error"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.Launcher" >
</activity>
<activity
android:name=".ui.activities.MapDetailActivity"
android:label="@string/map_detail_title"
android:screenOrientation="portrait"
android:theme="@style/AppTheme" >
</activity>

Expand Down

0 comments on commit 895693e

Please sign in to comment.