mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Small fixes
This commit is contained in:
parent
6fc45f6180
commit
7486d89614
2 changed files with 0 additions and 13 deletions
|
@ -157,17 +157,6 @@
|
|||
android:pathPrefix="/"
|
||||
android:scheme="https" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
|
||||
<data android:scheme="cloudstreamapp" />
|
||||
<data android:host="oauth" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
|
|
|
@ -99,7 +99,6 @@ class LibraryFragment : Fragment() {
|
|||
override fun onCreateView(
|
||||
inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?
|
||||
): View {
|
||||
MainActivity.afterBackupRestoreEvent += ::onNewSyncData
|
||||
val layout =
|
||||
if (SettingsFragment.isTvSettings()) R.layout.fragment_library_tv else R.layout.fragment_library
|
||||
val root = inflater.inflate(layout, container, false)
|
||||
|
@ -121,7 +120,6 @@ class LibraryFragment : Fragment() {
|
|||
|
||||
override fun onDestroyView() {
|
||||
binding = null
|
||||
MainActivity.afterBackupRestoreEvent -= ::onNewSyncData
|
||||
super.onDestroyView()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue