ly$1.java 952 Bytes
import com.google.android.gms.tasks.Continuation;
import com.google.android.gms.tasks.RuntimeExecutionException;
import com.google.android.gms.tasks.Task;

final class ly$1
  implements Runnable
{
  ly$1(ly paramly, Task paramTask) {}
  
  public final void run()
  {
    try
    {
      Object localObject = this.b.a.then(this.a);
      this.b.b.a(localObject);
      return;
    }
    catch (RuntimeExecutionException localRuntimeExecutionException)
    {
      if ((localRuntimeExecutionException.getCause() instanceof Exception))
      {
        this.b.b.a((Exception)localRuntimeExecutionException.getCause());
        return;
      }
      this.b.b.a(localRuntimeExecutionException);
      return;
    }
    catch (Exception localException)
    {
      this.b.b.a(localException);
    }
  }
}


/* Location:              /home/merong/decompile/hackery-dex2jar.jar!/ly$1.class
 * Java compiler version: 6 (50.0)
 * JD-Core Version:       0.7.1
 */