nfc: disable broadcomWorkaround for TagDispatcher to reduce delay (see #1734)
This commit is contained in:
@@ -199,7 +199,7 @@ public abstract class BaseSecurityTokenNfcActivity extends BaseActivity implemen
|
|||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(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
|
// Check whether we're recreating a previously destroyed instance
|
||||||
if (savedInstanceState != null) {
|
if (savedInstanceState != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user