mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00: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…
x
Reference in New Issue
Block a user