projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Refactored extractions of server version from AccountManager through
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
ui
/
activity
/
FileActivity.java
diff --git
a/src/com/owncloud/android/ui/activity/FileActivity.java
b/src/com/owncloud/android/ui/activity/FileActivity.java
index
c37477c
..
19960e3
100644
(file)
--- a/
src/com/owncloud/android/ui/activity/FileActivity.java
+++ b/
src/com/owncloud/android/ui/activity/FileActivity.java
@@
-411,10
+411,13
@@
public class FileActivity extends ActionBarActivity
title = mFile.getFileName();
}
- } else {
+ } else
if (chosenFile.getParentId() != 0)
{
// chosenFile determines the title, instead of mFile
title = chosenFile.getFileName();
inRoot = false;
+
+ } else{
+ inRoot = true;
}
/// set the chosen title