mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +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 {
|
||||
actionBar.setTitle(current_dir);
|
||||
}
|
||||
|
||||
boolean notRoot = (mParents.size() > 1);
|
||||
|
||||
actionBar.setDisplayHomeAsUpEnabled(notRoot);
|
||||
|
|
Loading…
Reference in a new issue