1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00

Force enable folder

This commit is contained in:
NekoInverter 2020-03-30 21:26:39 +08:00
parent 71a37d1d61
commit 85ba2d2a04
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9

View File

@ -829,7 +829,7 @@ public class SettingsActivity extends BaseFragment implements NotificationCenter
privacyRow = rowCount++;
dataRow = rowCount++;
chatRow = rowCount++;
if (getMessagesController().filtersEnabled || !getMessagesController().dialogFilters.isEmpty()) {
if (true || getMessagesController().filtersEnabled || !getMessagesController().dialogFilters.isEmpty()) {
filtersRow = rowCount++;
} else {
filtersRow = -1;