Followup for Intercepting all redboxes in Android Ads Manager

Reviewed By: mkonicek

Differential Revision: D3398979

fbshipit-source-id: 9ea9ba6d45daf01284717a9eb889c16607109683
This commit is contained in:
Siqi Liu
2016-06-07 10:46:49 -07:00
committed by Facebook Github Bot 2
parent 4b19db3159
commit a7404713a4
2 changed files with 16 additions and 14 deletions

View File

@@ -304,7 +304,7 @@ public abstract class ReactInstanceManager {
return this;
}
public Builder setRedBoxHandler(RedBoxHandler redBoxHandler) {
public Builder setRedBoxHandler(@Nullable RedBoxHandler redBoxHandler) {
mRedBoxHandler = redBoxHandler;
return this;
}