fix warning

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parneet-guraya 2023-09-03 04:01:46 +05:30
parent 9f7138b150
commit c84a1da6fa
No known key found for this signature in database
GPG key ID: 26DB680F1EE174D5

View file

@ -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));
}
});
}