forked from GitHub-Mirror/riotX-android
Update dependencies (tested ok)
This commit is contained in:
@ -86,9 +86,7 @@ class VectorSettingsActivity : VectorBaseActivity(),
|
||||
try {
|
||||
pref?.fragment?.let {
|
||||
oFragment = supportFragmentManager.fragmentFactory
|
||||
.instantiate(
|
||||
classLoader,
|
||||
it, pref.extras)
|
||||
.instantiate(classLoader, it)
|
||||
}
|
||||
} catch (e: Throwable) {
|
||||
showSnackbar(getString(R.string.not_implemented))
|
||||
|
Reference in New Issue
Block a user