Skip to content

Commit

Permalink
hide new folder PathChooser (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiaoping authored Nov 23, 2020
1 parent c2ec7d4 commit ff3cc6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ private void chooseDir(boolean forceRefresh) {
// update action bar
setListAdapter(getDirentsAdapter());
mOkButton.setVisibility(View.VISIBLE);
mNewFolder.setVisibility(View.VISIBLE);
// mNewFolder.setVisibility(View.VISIBLE);
refreshDir(forceRefresh);
}

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/seafile_path_chooser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
android:textSize="@dimen/btn_txt_size"
android:textColor="@color/light_black"
android:gravity="center"
android:visibility="gone"
android:theme="@style/NegativeButton"
/>

Expand Down

0 comments on commit ff3cc6e

Please sign in to comment.