return the root directory if we have nothing in the fragment stack

This commit is contained in:
Mohamed Zenadi
2015-03-17 19:05:12 +01:00
parent 901a72b3f8
commit b691c4c98c

View File

@@ -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,