Backed out changeset 698a25fb6e01

This commit is contained in:
Sebastian Hengst 2017-05-05 18:53:21 +02:00
parent 6ae312ded4
commit b66276dd92

View File

@ -88,7 +88,7 @@ public final class SurfaceAllocator {
while (mAllocator == null) {
try {
this.wait();
} catch (InterruptedException e) { }
} catch(InterruptedException e) {}
}
return mAllocator;