Removed extraneous comment delimiter from the getDefaultFocusHighlightEnabled method.

Test: Built API docs
Bug: 230035680
Signed-off-by: joneckenrode <joneckenrode@google.com>
Change-Id: I25a36c218442a528a4caae08d4ae2d704793a7b7
This commit is contained in:
joneckenrode
2022-04-22 15:11:26 +00:00
committed by Jon Eckenrode
parent e3ebb21b3f
commit d71db3b7ac

View File

@@ -13446,8 +13446,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.