fix typo in comments

This commit is contained in:
orionlee 2019-04-02 16:56:22 -07:00
parent 364c9a308d
commit b8bb908b67

View File

@ -205,7 +205,7 @@ public class EpisodesApplyActionFragment extends Fragment {
} }
private void compatEnsureSpeedDialClickable() { private void compatEnsureSpeedDialClickable() {
// On pre-Lolliop devices (that does not support elevation), // On pre-Lollipop devices (that does not support elevation),
// need to explicitly bring the fab to the front, otherwise it won't be clickable. // need to explicitly bring the fab to the front, otherwise it won't be clickable.
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) { if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {
ViewGroup root = (ViewGroup)getView(); ViewGroup root = (ViewGroup)getView();