forked from recloudstream/cloudstream
removed crash
This commit is contained in:
parent
70b7e5c60b
commit
9695c980d6
2 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
applicationId "com.lagradost.cloudstream3"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 6
|
||||
versionName "1.1.4"
|
||||
versionCode 8
|
||||
versionName "1.1.6"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
|
|
@ -165,7 +165,7 @@ class SearchFragment : Fragment() {
|
|||
}
|
||||
}
|
||||
main_search.onActionViewExpanded()
|
||||
val q = 0 / 0
|
||||
|
||||
//searchViewModel.search("iron man")
|
||||
//(activity as AppCompatActivity).loadResult("https://shiro.is/overlord-dubbed", "overlord-dubbed", "Shiro")
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue