Skip to content

Commit

Permalink
Remove unused variable in ReactTextInputManager
Browse files Browse the repository at this point in the history
Summary:
quick diff to remove unused variable in ReactTextInputManager

Changelog: Remove unused variable in ReactTextInputManager

Reviewed By: JoshuaGross

Differential Revision: D18250377

fbshipit-source-id: 93c0dc9384fda811d53b078715101f3317af9753
  • Loading branch information
mdvacca authored and facebook-github-bot committed Nov 1, 2019
1 parent a09ab64 commit 2afc4e2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import android.view.KeyEvent;
import android.view.View;
import android.view.inputmethod.EditorInfo;
import android.widget.EditText;
import android.widget.TextView;
import androidx.annotation.Nullable;
import androidx.core.content.ContextCompat;
Expand Down Expand Up @@ -95,8 +94,6 @@ public class ReactTextInputManager extends BaseViewManager<ReactEditText, Layout
private static final InputFilter[] EMPTY_FILTERS = new InputFilter[0];
private static final int UNSET = -1;

@Nullable private static EditText mDummyEditText = null;

@Override
public String getName() {
return REACT_CLASS;
Expand Down

0 comments on commit 2afc4e2

Please sign in to comment.