File tree 1 file changed +0
-21
lines changed
lib/java/com/google/android/material/snackbar
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -126,27 +126,6 @@ private Snackbar(
126
126
(AccessibilityManager ) parent .getContext ().getSystemService (Context .ACCESSIBILITY_SERVICE );
127
127
}
128
128
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
-
150
129
/**
151
130
* Make a Snackbar to display a message
152
131
*
You can’t perform that action at this time.
0 commit comments