ly$1.java
952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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
*/