HotFix to add Send File option, after PR#311
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / preview / PreviewImageFragment.java
index 88f40b8..5a34686 100644 (file)
@@ -310,7 +310,7 @@ public class PreviewImageFragment extends FileFragment implements   OnRemoteOper
                 seeDetails();
                 return true;
             }
-            case R.id.action_share_file: {
+            case R.id.action_send_file: {
                 shareFile();
                 return true;
             }