Skip to content

Commit

Permalink
hide onedrive config until kaczmarkiewiczp#246 is resolved
Browse files Browse the repository at this point in the history
Signed-off-by: x0b <x0b@users.noreply.github.com>
  • Loading branch information
x0b committed Aug 21, 2019
1 parent e7bea29 commit 04bff90
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,9 @@ public void onClick(View v) {
listContent.addView(providerHTTP);
listContent.addView(providerLocal);
listContent.addView(providerAzureblob);
listContent.addView(providerOneDrive);
// Disabled due to https://github.com/kaczmarkiewiczp/rcloneExplorer/issues/246
// waiting for upstream to implement auto-config
// listContent.addView(providerOneDrive);
listContent.addView(providerPcloud);
listContent.addView(providerQingstor);
listContent.addView(providerSFTP);
Expand Down

0 comments on commit 04bff90

Please sign in to comment.