Skip to content

Commit

Permalink
fix(android): import androidx Nullable annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kanso-michael authored May 28, 2020
1 parent 882142d commit 407e3ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Handler;
import android.support.annotation.Nullable;
import androidx.annotation.Nullable;

import com.facebook.react.bridge.Arguments;
import com.facebook.react.bridge.LifecycleEventListener;
Expand Down

0 comments on commit 407e3ad

Please sign in to comment.