forked from anixart-mod/patcher
init
This commit is contained in:
@@ -0,0 +1,83 @@
|
||||
.class public Lcom/wowlikon/about/$3;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/content/DialogInterface$OnClickListener;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
.line 11
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public onClick(Landroid/content/DialogInterface;I)V
|
||||
.locals 1
|
||||
|
||||
.line 23
|
||||
invoke-virtual {p0, p1}, Lcom/wowlikon/about/$3;->oooooo(Ljava/lang/Object;)V
|
||||
|
||||
const-string p1, "Dialog"
|
||||
|
||||
const-string p2, "Dismissed"
|
||||
|
||||
.line 24
|
||||
invoke-static {p1, p2}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;)I
|
||||
|
||||
.line 25
|
||||
invoke-static {}, Ljava/util/logging/Logger;->getGlobal()Ljava/util/logging/Logger;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
sget-object p2, Ljava/util/logging/Level;->INFO:Ljava/util/logging/Level;
|
||||
|
||||
const-string v0, "Dialog Cancelled"
|
||||
|
||||
invoke-virtual {p1, p2, v0}, Ljava/util/logging/Logger;->log(Ljava/util/logging/Level;Ljava/lang/String;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected oooooo(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
|
||||
.line 13
|
||||
instance-of v0, p1, Landroid/app/AlertDialog;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
.line 14
|
||||
check-cast p1, Landroid/app/AlertDialog;
|
||||
|
||||
invoke-virtual {p1}, Landroid/app/AlertDialog;->dismiss()V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
.line 15
|
||||
:cond_0
|
||||
instance-of v0, p1, Landroid/app/Dialog;
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
.line 16
|
||||
check-cast p1, Landroid/app/Dialog;
|
||||
|
||||
invoke-virtual {p1}, Landroid/app/Dialog;->dismiss()V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
.line 18
|
||||
:cond_1
|
||||
check-cast p1, Landroid/content/DialogInterface;
|
||||
|
||||
invoke-interface {p1}, Landroid/content/DialogInterface;->dismiss()V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
Reference in New Issue
Block a user