fix: remove deprecated method
This commit is contained in:
parent
4217629638
commit
ed5385a0d8
1 changed files with 1 additions and 1 deletions
|
@ -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