fix show thread not working for reposts
This commit is contained in:
@@ -112,7 +112,7 @@ public abstract class StatusDisplayItem{
|
|||||||
|
|
||||||
ReblogOrReplyLineStatusDisplayItem replyLine = null;
|
ReblogOrReplyLineStatusDisplayItem replyLine = null;
|
||||||
boolean threadReply = statusForContent.inReplyToAccountId != null &&
|
boolean threadReply = statusForContent.inReplyToAccountId != null &&
|
||||||
statusForContent.inReplyToAccountId.equals(status.account.id);
|
statusForContent.inReplyToAccountId.equals(statusForContent.account.id);
|
||||||
|
|
||||||
if(statusForContent.inReplyToAccountId!=null && !(threadReply && fragment instanceof ThreadFragment)){
|
if(statusForContent.inReplyToAccountId!=null && !(threadReply && fragment instanceof ThreadFragment)){
|
||||||
Account account = knownAccounts.get(statusForContent.inReplyToAccountId);
|
Account account = knownAccounts.get(statusForContent.inReplyToAccountId);
|
||||||
|
|||||||
Reference in New Issue
Block a user