Fix dialog is Nextcloud App isn't found
This commit is contained in:
parent
993efacf37
commit
423a733e56
|
@ -106,7 +106,9 @@ class StartActivity : ComponentActivity() {
|
||||||
) -> Unit ->
|
) -> Unit ->
|
||||||
it.onActivityResult(activity, i, i1, intent, block)
|
it.onActivityResult(activity, i, i1, intent, block)
|
||||||
}
|
}
|
||||||
it.connect(this)
|
runOnUiThread {
|
||||||
|
it.connect(this)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
<style name="Theme.NextPush" parent="android:Theme.Material.Light.NoActionBar" />
|
<style name="Theme.NextPush" parent="Theme.MaterialComponents.DayNight.NoActionBar" />
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in New Issue