add option: always show all sensitive content without warning

This commit is contained in:
Len Chan 2017-09-19 23:19:18 +08:00
commit c0a5e55f47
4 changed files with 10 additions and 3 deletions

View file

@ -270,7 +270,6 @@ public class TimelineFragment extends SFragment implements
if (status.reblog != null) {
status.reblog.reblogged = reblog;
}
StatusViewData newViewData =
new StatusViewData.Builder(statuses.getPairedItem(position))
.setReblogged(reblog)