fix content warning in notifications when alwaysShowSpoiler is on (#1757)

This commit is contained in:
Konrad Pozniak 2020-04-18 13:45:07 +02:00 committed by GitHub
commit 3c3e872782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 24 deletions

View file

@ -79,8 +79,7 @@ public final class ViewDataUtils {
notification.getStatus(),
alwaysShowSensitiveData,
alwaysOpenSpoiler
),
false
)
);
}
}