Skip to content

Commit bfbce96

Browse files
committed
Fix: Remove duplicate super.onCreate call causing SavedStateRegistry crash
1 parent b6f47c3 commit bfbce96

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

opencloudApp/src/main/java/eu/opencloud/android/MainApp.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ class MainApp : Application() {
116116

117117
SingleSessionManager.setUserAgent(userAgent)
118118

119-
// initialise thumbnails cache on background thread
120-
// initialise thumbnails cache on background thread
121-
122119
initDependencyInjection()
123120

124121
// register global protection with pass code, pattern lock and biometric lock

opencloudApp/src/main/java/eu/opencloud/android/presentation/authentication/LoginActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ class LoginActivity : AppCompatActivity(), SslUntrustedCertDialog.OnSslUntrusted
137137
return
138138
}
139139
}
140-
super.onCreate(savedInstanceState)
141140

142141
checkPasscodeEnforced(this)
143142

0 commit comments

Comments
 (0)