remove callList from BaseActivity (#1503)

* remove callList from BaseActivity

* remove callList from BaseActivity
This commit is contained in:
Konrad Pozniak 2019-09-28 16:29:40 +02:00 committed by GitHub
commit 8f92274e0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 14 deletions

View file

@ -268,7 +268,6 @@ class BottomSheetActivityTest {
mastodonApi = api
@Suppress("UNCHECKED_CAST")
bottomSheet = mock(BottomSheetBehavior::class.java) as BottomSheetBehavior<LinearLayout>
callList = arrayListOf()
}
override fun openLink(url: String) {