mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-22 15:28:56 +02:00
return the root directory if we have nothing in the fragment stack
This commit is contained in:
parent
901a72b3f8
commit
b691c4c98c
|
|
@ -407,7 +407,7 @@ public class PasswordStore extends ActionBarActivity {
|
|||
if ((null != plist)) {
|
||||
return plist.getCurrentDir();
|
||||
}
|
||||
return null;
|
||||
return PasswordRepository.getWorkTree();
|
||||
}
|
||||
|
||||
protected void onActivityResult(int requestCode, int resultCode,
|
||||
|
|
|
|||
Loading…
Reference in a new issue