mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2024-12-26 00:13:05 +01:00
fixed #398
This commit is contained in:
parent
77fafce33f
commit
d52983aef4
@ -1369,7 +1369,7 @@ public final class TwidereDataProvider extends ContentProvider implements Consta
|
||||
break;
|
||||
}
|
||||
final ParcelableActivity activity = ci.newObject(c);
|
||||
if (pref.isNotificationMentionsOnly() && ArrayUtils.contains(Activity.Action.MENTION_ACTIONS,
|
||||
if (pref.isNotificationMentionsOnly() && !ArrayUtils.contains(Activity.Action.MENTION_ACTIONS,
|
||||
activity.action)) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user