Skip to content

Commit

Permalink
Temporarily disable hide contacts feature
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Oct 12, 2022
1 parent 9a81693 commit 08b8194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ public static boolean cdsV2Compat() {
* Here be dragons.
*/
public static boolean hideContacts() {
return getBoolean(HIDE_CONTACTS, false);
return false;
}

/**
Expand Down

0 comments on commit 08b8194

Please sign in to comment.