cleanup entity classes and ViewThreadFragment (#1302)

* cleanup entity classes and ViewThreadFragment

* fix tests
This commit is contained in:
Konrad Pozniak 2019-06-02 21:23:18 +02:00 committed by GitHub
commit 2b2212e951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 52 additions and 132 deletions

View file

@ -85,7 +85,8 @@ class BottomSheetActivityTest {
arrayOf(),
null,
pinned = false,
poll = null
poll = null,
card = null
)
private val statusCallback = FakeSearchResults(status)

View file

@ -315,7 +315,8 @@ class TimelineRepositoryTest {
pinned = false,
reblog = null,
url = "http://example.com/statuses/$id",
poll = null
poll = null,
card = null
)
}