log cleanup
This commit is contained in:
parent
7a79601cfc
commit
ac282d2667
1 changed files with 0 additions and 4 deletions
|
@ -1520,7 +1520,6 @@ public class FileViewFragment extends BaseFragment implements
|
||||||
|
|
||||||
private void tryOpenFileOrFileGet() {
|
private void tryOpenFileOrFileGet() {
|
||||||
if (claim != null) {
|
if (claim != null) {
|
||||||
android.util.Log.d("#HELP", "TryOpenOrGetFile?");
|
|
||||||
String claimId = claim.getClaimId();
|
String claimId = claim.getClaimId();
|
||||||
FileListTask task = new FileListTask(claimId, null, new FileListTask.FileListResultHandler() {
|
FileListTask task = new FileListTask(claimId, null, new FileListTask.FileListResultHandler() {
|
||||||
@Override
|
@Override
|
||||||
|
@ -1632,7 +1631,6 @@ public class FileViewFragment extends BaseFragment implements
|
||||||
private void playOrViewMedia() {
|
private void playOrViewMedia() {
|
||||||
boolean handled = false;
|
boolean handled = false;
|
||||||
String mediaType = claim.getMediaType();
|
String mediaType = claim.getMediaType();
|
||||||
android.util.Log.d("#HELP", "mediaType=" + mediaType);
|
|
||||||
if (!Helper.isNullOrEmpty(mediaType)) {
|
if (!Helper.isNullOrEmpty(mediaType)) {
|
||||||
if (claim.isPlayable()) {
|
if (claim.isPlayable()) {
|
||||||
startTimeMillis = System.currentTimeMillis();
|
startTimeMillis = System.currentTimeMillis();
|
||||||
|
@ -1685,9 +1683,7 @@ public class FileViewFragment extends BaseFragment implements
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
android.util.Log.d("#HELP", "handled=" + handled);
|
|
||||||
if (!handled) {
|
if (!handled) {
|
||||||
android.util.Log.d("#HELP", "showing unsupported view?");
|
|
||||||
showUnsupportedView();
|
showUnsupportedView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue