mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-18 00:51:03 +02:00
fix: remove deprecated method
This commit is contained in:
parent
4217629638
commit
ed5385a0d8
|
|
@ -184,7 +184,7 @@ class PasswordStore : BaseGitActivity() {
|
|||
super.onCreate(savedInstanceState)
|
||||
setContentView(R.layout.activity_pwdstore)
|
||||
|
||||
lifecycleScope.launchWhenCreated {
|
||||
lifecycleScope.launch {
|
||||
model.currentDir.flowWithLifecycle(lifecycle).collect { dir ->
|
||||
val basePath = PasswordRepository.getRepositoryDirectory().absoluteFile
|
||||
supportActionBar?.apply {
|
||||
|
|
|
|||
Loading…
Reference in a new issue