mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Remove Audio support for now
This commit is contained in:
parent
1ca79137e6
commit
b470ef7fc9
2 changed files with 4 additions and 4 deletions
|
|
@ -136,9 +136,9 @@ public class UploadService extends IntentService {
|
|||
cursor.moveToFirst();
|
||||
dateCreated = new Date(cursor.getLong(0));
|
||||
}
|
||||
} else if (mimeType.startsWith("audio/")) {
|
||||
/* Removed Audio implementationf or now */
|
||||
}
|
||||
} /* else if (mimeType.startsWith("audio/")) {
|
||||
Removed Audio implementationf or now
|
||||
} */
|
||||
} catch (FileNotFoundException e) {
|
||||
throw new RuntimeException(e);
|
||||
} catch (IOException e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue