mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Merge 7c7b1ba25b
into beb24c7dd2
This commit is contained in:
commit
7ca9cc1349
2 changed files with 0 additions and 13 deletions
|
@ -21,7 +21,6 @@ import android.widget.TextView;
|
|||
import com.owncloud.android.R;
|
||||
import com.owncloud.android.datamodel.OCFile;
|
||||
import com.owncloud.android.lib.common.utils.Log_OC;
|
||||
import com.owncloud.android.ui.activity.FileDisplayActivity;
|
||||
import com.owncloud.android.ui.adapter.SendButtonAdapter;
|
||||
import com.owncloud.android.ui.components.SendButtonData;
|
||||
import com.owncloud.android.ui.helpers.FileOperationsHelper;
|
||||
|
|
|
@ -124,18 +124,6 @@ public class FileStorageUtils {
|
|||
return df.format(d);
|
||||
}
|
||||
|
||||
private static String getSubpathFromDate(long date) {
|
||||
if (date == 0) {
|
||||
return "";
|
||||
}
|
||||
|
||||
Date d = new Date(date);
|
||||
|
||||
DateFormat df = new SimpleDateFormat(PATTERN_YYYY_MM);
|
||||
|
||||
return df.format(d);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the InstantUploadFilePath on the nextcloud instance
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue