瀏覽代碼

prevent action bar title from being overwritten

Joe Apicella 7 年之前
父節點
當前提交
36bed52eae
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/owncloud/android/ui/fragment/OCFileListFragment.java

+ 1 - 0
src/main/java/com/owncloud/android/ui/fragment/OCFileListFragment.java

@@ -1443,6 +1443,7 @@ public class OCFileListFragment extends ExtendedListFragment implements
         remoteOperationAsyncTask = new AsyncTask() {
             @Override
             protected Object doInBackground(Object[] params) {
+                setTitle();
                 if (getContext() != null && !isCancelled()) {
                     RemoteOperationResult remoteOperationResult = remoteOperation.execute(currentAccount, getContext());