#303 Re-add LicensesFragment
This commit is contained in:
parent
7b56cef05c
commit
9d17854eaa
@ -0,0 +1,13 @@
|
|||||||
|
package org.cryptomator.presentation.ui.fragment
|
||||||
|
|
||||||
|
import android.os.Bundle
|
||||||
|
import androidx.preference.PreferenceFragmentCompat
|
||||||
|
import org.cryptomator.presentation.R
|
||||||
|
|
||||||
|
// Don't delete this file as it isn't unused but referenced by layout file
|
||||||
|
class LicensesFragment : PreferenceFragmentCompat() {
|
||||||
|
|
||||||
|
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
|
||||||
|
addPreferencesFromResource(R.xml.licenses)
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user