Simplification

This commit is contained in:
M66B 2019-11-19 09:17:45 +01:00
parent 2e30aadad0
commit 7da4492a1f
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ class ImageHelper {
private static void fitDrawable(final Drawable d, final AnnotatedSource a, final View view) {
Semaphore semaphore = new Semaphore(0);
new Handler(view.getContext().getMainLooper()).post(new Runnable() {
view.post(new Runnable() {
@Override
public void run() {
Rect bounds = d.getBounds();