mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 14:55:19 +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)) {
|
if ((null != plist)) {
|
||||||
return plist.getCurrentDir();
|
return plist.getCurrentDir();
|
||||||
}
|
}
|
||||||
return null;
|
return PasswordRepository.getWorkTree();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void onActivityResult(int requestCode, int resultCode,
|
protected void onActivityResult(int requestCode, int resultCode,
|
||||||
|
Reference in New Issue
Block a user