Skip to content

Commit

Permalink
QsControlsView: removed useless log
Browse files Browse the repository at this point in the history
Signed-off-by: DHD2280 <[email protected]>
  • Loading branch information
DHD2280 committed Dec 4, 2024
1 parent 40ff095 commit 5a1efc0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ public boolean isViewFromObject(@NonNull View view, @NonNull Object object) {
@Override
public Object instantiateItem(@NonNull ViewGroup container, int position) {
View view = mPages.get(position);
Log.d("QsControlsView", "instantiateItem: " + position + " " + (view != null));
container.addView(view);
return view;
}
Expand Down

0 comments on commit 5a1efc0

Please sign in to comment.