Fix dialog is Nextcloud App isn't found
This commit is contained in:
parent
993efacf37
commit
423a733e56
|
@ -106,9 +106,11 @@ class StartActivity : ComponentActivity() {
|
|||
) -> Unit ->
|
||||
it.onActivityResult(activity, i, i1, intent, block)
|
||||
}
|
||||
runOnUiThread {
|
||||
it.connect(this)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
companion object {
|
||||
fun goToStartActivity(context: Context) {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<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>
|
Loading…
Reference in New Issue