mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
fix warning
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parent
9f7138b150
commit
c84a1da6fa
1 changed files with 1 additions and 3 deletions
|
@ -374,9 +374,7 @@ public class PreviewMediaFragment extends FileFragment implements
|
|||
playVideo();
|
||||
});
|
||||
} catch (ClientFactory.CreationException e) {
|
||||
handler.post(() -> {
|
||||
Log_OC.e(TAG, "error setting up ExoPlayer", e);
|
||||
});
|
||||
handler.post(() -> Log_OC.e(TAG, "error setting up ExoPlayer", e));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue