mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
return the root directory if we have nothing in the fragment stack
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user