refactor(BaseAccountListFragment.java): add getAccountID method back
This commit is contained in:
@@ -180,4 +180,10 @@ public abstract class BaseAccountListFragment extends MastodonRecyclerFragment<A
|
|||||||
return image==0 ? item.avaRequest : item.emojiHelper.getImageRequest(image-1);
|
return image==0 ? item.avaRequest : item.emojiHelper.getImageRequest(image-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// MOSHIDON:
|
||||||
|
@Override
|
||||||
|
public String getAccountID() {
|
||||||
|
return accountID;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user