nfc: disable broadcomWorkaround for TagDispatcher to reduce delay (see #1734)

This commit is contained in:
Vincent Breitmoser
2016-03-02 14:42:44 +01:00
parent b1d0a67f42
commit 8e00465c32

View File

@@ -199,7 +199,7 @@ public abstract class BaseSecurityTokenNfcActivity extends BaseActivity implemen
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
mTagDispatcher = TagDispatcher.get(this, this, false, false);
mTagDispatcher = TagDispatcher.get(this, this, false, false, true, false);
// Check whether we're recreating a previously destroyed instance
if (savedInstanceState != null) {