mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Oops
This commit is contained in:
parent
14d6f21137
commit
5fdc4d0c90
1 changed files with 2 additions and 2 deletions
|
@ -875,7 +875,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
ibFlagged.setOnClickListener(this);
|
||||
if (viewType == ViewType.THREAD) {
|
||||
ibFlagged.setOnLongClickListener(this);
|
||||
if (!BuildConfig.PLAY_STORE) {
|
||||
if (!BuildConfig.PLAY_STORE_RELEASE) {
|
||||
tvFolder.setOnClickListener(this);
|
||||
if (selectableItemBackground != 0)
|
||||
tvFolder.setBackgroundResource(selectableItemBackground);
|
||||
|
@ -974,7 +974,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
ibFlagged.setOnClickListener(null);
|
||||
if (viewType == ViewType.THREAD) {
|
||||
ibFlagged.setOnLongClickListener(null);
|
||||
if (!BuildConfig.PLAY_STORE)
|
||||
if (!BuildConfig.PLAY_STORE_RELEASE)
|
||||
tvFolder.setOnClickListener(null);
|
||||
}
|
||||
ibHelp.setOnClickListener(null);
|
||||
|
|
Loading…
Reference in a new issue