Skip to content

Commit a50c7f0

Browse files
committed
Fixed typo on intent extra
Signed-off-by: Arnau Mora <[email protected]>
1 parent e588ada commit a50c7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/at/bitfire/davdroid/ui/DebugInfoActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class DebugInfoActivity : AppCompatActivity() {
6565
DebugInfoScreen(
6666
account = IntentCompat.getParcelableExtra(intent, EXTRA_ACCOUNT, Account::class.java),
6767
authority = extras?.getString(EXTRA_AUTHORITY),
68-
cause = IntentCompat.getParcelableExtra(intent, EXTRA_ACCOUNT, Throwable::class.java),
68+
cause = IntentCompat.getParcelableExtra(intent, EXTRA_CAUSE, Throwable::class.java),
6969
localResource = extras?.getString(EXTRA_LOCAL_RESOURCE),
7070
remoteResource = extras?.getString(EXTRA_REMOTE_RESOURCE),
7171
logs = extras?.getString(EXTRA_LOGS),

0 commit comments

Comments
 (0)