Skip to content

Commit b241f21

Browse files
committed
Remove TODOs about Robolectric shadow in Snackbar
1 parent 4f55422 commit b241f21

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

lib/java/com/google/android/material/snackbar/Snackbar.java

-21
Original file line numberDiff line numberDiff line change
@@ -126,27 +126,6 @@ private Snackbar(
126126
(AccessibilityManager) parent.getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
127127
}
128128

129-
// TODO: Delete this once custom Robolectric shadows no longer depend on this method being present
130-
// (and instead properly utilize BaseTransientBottomBar hierarchy).
131-
@Override
132-
public void show() {
133-
super.show();
134-
}
135-
136-
// TODO: Delete this once custom Robolectric shadows no longer depend on this method being present
137-
// (and instead properly utilize BaseTransientBottomBar hierarchy).
138-
@Override
139-
public void dismiss() {
140-
super.dismiss();
141-
}
142-
143-
// TODO: Delete this once custom Robolectric shadows no longer depend on this method being present
144-
// (and instead properly utilize BaseTransientBottomBar hierarchy).
145-
@Override
146-
public boolean isShown() {
147-
return super.isShown();
148-
}
149-
150129
/**
151130
* Make a Snackbar to display a message
152131
*

0 commit comments

Comments
 (0)