Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #96 from schul-cloud/95-login-view-should-not-be-i…
Browse files Browse the repository at this point in the history
…n-history

login view is not added to history anymore
  • Loading branch information
Niklas Kiefer authored Nov 2, 2017
2 parents ad6c0a7 + b979f08 commit 703de9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@

<activity
android:name=".ui.signin.SignInActivity"
android:label="@string/app_name"></activity>
android:label="@string/app_name"
android:noHistory="true"></activity>

<activity
android:name=".ui.files.FileActivity"
Expand Down

0 comments on commit 703de9e

Please sign in to comment.