Fix flipper crashing app bug
Summary: Fixing bug based on stack trace from crash: P59988055 Reviewed By: passy Differential Revision: D10161779 fbshipit-source-id: 8ad4a7b41144817dfcddb5431326e98fd176adec
This commit is contained in:
committed by
Facebook Github Bot
parent
fede0b854e
commit
c544199289
@@ -112,8 +112,8 @@ public class ApplicationDescriptor extends NodeDescriptor<ApplicationWrapper> {
|
||||
}
|
||||
});
|
||||
editedDelegates.add((ViewGroup) view);
|
||||
} else if (hasDelegateAlready) {
|
||||
FlipperObject params =
|
||||
} else if (hasDelegateAlready && mConnection != null) {
|
||||
FlipperObject params =
|
||||
new FlipperObject.Builder()
|
||||
.put("type", "usage")
|
||||
.put("eventName", "accessibility:hasDelegateAlready")
|
||||
|
||||
Reference in New Issue
Block a user