fix typo in comments
This commit is contained in:
parent
364c9a308d
commit
b8bb908b67
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user