Skip to content

Commit

Permalink
[app] fix item select all issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Nov 21, 2021
1 parent 38ed0f3 commit 96ef51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/common_view_margin_default"
android:textColor="@color/md_black"
android:textColor="?android:textColorPrimary"
app:chipBackgroundColor="?colorPrimaryContainer"
tools:text="@string/chip_title_app_only_cloned_app" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public void onRefresh() {
}
});
binding.swipe.setColorSchemeColors(getResources().getIntArray(R.array.common_swipe_refresh_colors));
viewModel.setSelectStateChangeListener(onCreateAppItemSelectStateChangeListener());
}

@NonNull
Expand Down

0 comments on commit 96ef51d

Please sign in to comment.