remove callList from BaseActivity (#1503)
* remove callList from BaseActivity * remove callList from BaseActivity
This commit is contained in:
parent
a84fd6e834
commit
8f92274e0b
2 changed files with 0 additions and 14 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue