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)
|
super.onCreate(savedInstanceState)
|
||||||
setContentView(R.layout.activity_pwdstore)
|
setContentView(R.layout.activity_pwdstore)
|
||||||
|
|
||||||
lifecycleScope.launchWhenCreated {
|
lifecycleScope.launch {
|
||||||
model.currentDir.flowWithLifecycle(lifecycle).collect { dir ->
|
model.currentDir.flowWithLifecycle(lifecycle).collect { dir ->
|
||||||
val basePath = PasswordRepository.getRepositoryDirectory().absoluteFile
|
val basePath = PasswordRepository.getRepositoryDirectory().absoluteFile
|
||||||
supportActionBar?.apply {
|
supportActionBar?.apply {
|
||||||
|
|
Loading…
Reference in a new issue