default to allowing duplicate invites for DEBUG

This commit is contained in:
Eric House 2020-04-11 08:37:25 -07:00
parent af4785c09f
commit 87e04ec667

View file

@ -401,7 +401,7 @@
<CheckBoxPreference android:key="@string/key_enable_dup_invite"
android:title="@string/enable_dupes_title"
android:summary="@string/enable_dupes_summary"
android:defaultValue="false"
android:defaultValue="@bool/DEBUG"
/>
<CheckBoxPreference android:key="@string/key_enable_pending_count"