mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
implementation of #1193 - optimizing the uploader layout and taking user configured sorting into account
This commit is contained in:
parent
a3359d0a48
commit
f2e93657e3
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ public class ReceiveExternalFilesActivity extends FileActivity
|
||||||
} else {
|
} else {
|
||||||
actionBar.setTitle(current_dir);
|
actionBar.setTitle(current_dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean notRoot = (mParents.size() > 1);
|
boolean notRoot = (mParents.size() > 1);
|
||||||
|
|
||||||
actionBar.setDisplayHomeAsUpEnabled(notRoot);
|
actionBar.setDisplayHomeAsUpEnabled(notRoot);
|
||||||
|
|
Loading…
Reference in a new issue