Merge "Removed extraneous comment delimiter from the getDefaultFocusHighlightEnabled method." into tm-dev

This commit is contained in:
TreeHugger Robot
2022-05-02 17:13:17 +00:00
committed by Android (Google) Code Review

View File

@@ -13460,8 +13460,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
mDefaultFocusHighlightEnabled = defaultFocusHighlightEnabled;
}
/**
/**
* Returns whether this View should use a default focus highlight when it gets focused but
* doesn't have {@link android.R.attr#state_focused} defined in its background.