Revert "Only let one card viewing activity exist at a time"

This prevented the editing of cards, as the same activity
was used for viewing and editing, but the viewing "instance"
was calling finish(). It is simpler to remove the singleTop
option.

This reverts commit 4e02252b75.
This commit is contained in:
Branden Archer
2017-11-24 21:38:10 -05:00
parent c760465b3e
commit 0207e12aed

View File

@@ -36,7 +36,6 @@
android:name=".LoyaltyCardViewActivity"
android:theme="@style/AppTheme.NoActionBar"
android:configChanges="orientation|screenSize"
android:launchMode="singleTop"
android:windowSoftInputMode="stateHidden"/>
<activity
android:name=".BarcodeSelectorActivity"