Skip to content

Second project work, BaseListDiffCallback Instead of ListDiffCallback#1

Open
BulichevMaks wants to merge 2 commits into
Yandex-Practicum:mainfrom
BulichevMaks:main
Open

Second project work, BaseListDiffCallback Instead of ListDiffCallback#1
BulichevMaks wants to merge 2 commits into
Yandex-Practicum:mainfrom
BulichevMaks:main

Conversation

@BulichevMaks
Copy link
Copy Markdown

No description provided.

return newItem;
}

// @Override
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Закомментированный код лучше убрать.

@@ -0,0 +1,5 @@
package ru.yandex.practicum.contacts.utils.android;

public interface OnDebounceListener {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А зачем это? По заданию не нужно.

binding = SplashActivityBinding.inflate(getLayoutInflater());
setContentView(binding.getRoot());
binding.settingsButton.setOnClickListener(view -> navigateToSettings());
binding.settingsButton.setOnClickListener(new View.OnClickListener() {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это тоже лишние изменения

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants