forked from recloudstream/cloudstream
fix
This commit is contained in:
parent
6c93e48447
commit
4d9c13ac2e
2 changed files with 4 additions and 4 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
applicationId "com.lagradost.cloudstream3"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 11
|
||||
versionName "1.2.0"
|
||||
versionCode 12
|
||||
versionName "1.2.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
|
|
@ -172,8 +172,8 @@ class SearchFragment : Fragment() {
|
|||
}, 200)
|
||||
}
|
||||
}
|
||||
// main_search.onActionViewExpanded()
|
||||
SubtitlesFragment.push(activity)
|
||||
main_search.onActionViewExpanded()
|
||||
// SubtitlesFragment.push(activity)
|
||||
//searchViewModel.search("iron man")
|
||||
//(activity as AppCompatActivity).loadResult("https://shiro.is/overlord-dubbed", "overlord-dubbed", "Shiro")
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue