Skip to content

Commit

Permalink
Remove unnecessary uses of LooperMode(PAUSED)
Browse files Browse the repository at this point in the history
PAUSED Looper mode has been the default for many years. Explicitly specifying
PAUSED Looper mode is not necessary.

PiperOrigin-RevId: 691527611
  • Loading branch information
Material Design Team authored and kendrickumstattd committed Oct 31, 2024
1 parent 43a5dd3 commit e70a51c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import static com.google.android.material.slider.BaseSlider.UNIT_PX;
import static com.google.android.material.slider.BaseSlider.UNIT_VALUE;
import static org.robolectric.Shadows.shadowOf;
import static org.robolectric.annotation.LooperMode.Mode.PAUSED;

import androidx.appcompat.app.AppCompatActivity;
import androidx.test.core.app.ApplicationProvider;
Expand All @@ -36,10 +35,8 @@
import org.robolectric.ParameterizedRobolectricTestRunner.Parameter;
import org.robolectric.ParameterizedRobolectricTestRunner.Parameters;
import org.robolectric.Robolectric;
import org.robolectric.annotation.LooperMode;

/** Tests for {@link com.google.android.material.slider.RangeSlider}. */
@LooperMode(PAUSED)
@RunWith(ParameterizedRobolectricTestRunner.class)
public class RangeSliderConfigTest {

Expand Down

0 comments on commit e70a51c

Please sign in to comment.