Skip to content

Commit

Permalink
Minor cleanup of JumpingJack.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Walker committed Mar 5, 2020
1 parent ef6d898 commit 814b083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JumpingJack/Wearable/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.DeviceDefault.Light"
tools:ignore="GoogleAppIndexingWarning">
tools:ignore="GoogleAppIndexingWarning">

<meta-data
android:name="com.google.android.wearable.standalone"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ private void setupViews() {
mPager.addOnPageChangeListener(new ViewPager.OnPageChangeListener() {
@Override
public void onPageScrolled(int i, float v, int i2) {
// No-op.
}

@Override
Expand All @@ -117,6 +118,7 @@ public void onPageSelected(int i) {

@Override
public void onPageScrollStateChanged(int i) {
// No-op.
}
});

Expand Down

0 comments on commit 814b083

Please sign in to comment.