Changes of com.discord v1007
This commit is contained in:
parent
6125e4bc02
commit
7d28b76cf3
314 changed files with 4896 additions and 4650 deletions
|
@ -0,0 +1,109 @@
|
|||
.class public final Lcom/discord/dialogs/ImageUploadDialog$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "java-style lambda group"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/view/View$OnClickListener;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lcom/discord/dialogs/ImageUploadDialog;->onViewBound(Landroid/view/View;)V
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic d:I
|
||||
|
||||
.field public final synthetic e:Ljava/lang/Object;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(ILjava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
iput p1, p0, Lcom/discord/dialogs/ImageUploadDialog$a;->d:I
|
||||
|
||||
iput-object p2, p0, Lcom/discord/dialogs/ImageUploadDialog$a;->e:Ljava/lang/Object;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final onClick(Landroid/view/View;)V
|
||||
.locals 3
|
||||
|
||||
iget p1, p0, Lcom/discord/dialogs/ImageUploadDialog$a;->d:I
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-ne p1, v1, :cond_0
|
||||
|
||||
iget-object p1, p0, Lcom/discord/dialogs/ImageUploadDialog$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lcom/discord/dialogs/ImageUploadDialog;
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/app/AppDialog;->dismiss()V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
throw v0
|
||||
|
||||
:cond_1
|
||||
iget-object p1, p0, Lcom/discord/dialogs/ImageUploadDialog$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lcom/discord/dialogs/ImageUploadDialog;
|
||||
|
||||
invoke-virtual {p1}, Landroidx/fragment/app/Fragment;->getContext()Landroid/content/Context;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iget-object v1, p0, Lcom/discord/dialogs/ImageUploadDialog$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast v1, Lcom/discord/dialogs/ImageUploadDialog;
|
||||
|
||||
iget-object v2, v1, Lcom/discord/dialogs/ImageUploadDialog;->i:Lcom/miguelgaeta/media_picker/MediaPicker$Provider;
|
||||
|
||||
if-eqz v2, :cond_3
|
||||
|
||||
iget-object v1, v1, Lcom/discord/dialogs/ImageUploadDialog;->h:Landroid/net/Uri;
|
||||
|
||||
if-eqz v1, :cond_2
|
||||
|
||||
invoke-static {p1, v2, v1}, Lcom/discord/utilities/images/MGImages;->requestAvatarCrop(Landroid/content/Context;Lcom/miguelgaeta/media_picker/MediaPicker$Provider;Landroid/net/Uri;)V
|
||||
|
||||
iget-object p1, p0, Lcom/discord/dialogs/ImageUploadDialog$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lcom/discord/dialogs/ImageUploadDialog;
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/app/AppDialog;->dismiss()V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_2
|
||||
const-string p1, "uri"
|
||||
|
||||
invoke-static {p1}, Ls/u/b/j;->throwUninitializedPropertyAccessException(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
|
||||
:cond_3
|
||||
const-string p1, "provider"
|
||||
|
||||
invoke-static {p1}, Ls/u/b/j;->throwUninitializedPropertyAccessException(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
|
@ -0,0 +1,87 @@
|
|||
.class public final Lcom/discord/views/ActiveSubscriptionView$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "java-style lambda group"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/view/View$OnClickListener;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lcom/discord/views/ActiveSubscriptionView;->a(ILcom/discord/views/ActiveSubscriptionView$HeaderImage;ILjava/lang/CharSequence;ZLjava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Lkotlin/jvm/functions/Function0;ZLjava/lang/CharSequence;Lkotlin/jvm/functions/Function0;Ljava/util/List;Lkotlin/jvm/functions/Function1;)V
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic d:I
|
||||
|
||||
.field public final synthetic e:Ljava/lang/Object;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(ILjava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
iput p1, p0, Lcom/discord/views/ActiveSubscriptionView$a;->d:I
|
||||
|
||||
iput-object p2, p0, Lcom/discord/views/ActiveSubscriptionView$a;->e:Ljava/lang/Object;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final onClick(Landroid/view/View;)V
|
||||
.locals 1
|
||||
|
||||
iget p1, p0, Lcom/discord/views/ActiveSubscriptionView$a;->d:I
|
||||
|
||||
if-eqz p1, :cond_2
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
if-ne p1, v0, :cond_1
|
||||
|
||||
iget-object p1, p0, Lcom/discord/views/ActiveSubscriptionView$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lkotlin/jvm/functions/Function0;
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-interface {p1}, Lkotlin/jvm/functions/Function0;->invoke()Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
check-cast p1, Lkotlin/Unit;
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
|
||||
:cond_1
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_2
|
||||
iget-object p1, p0, Lcom/discord/views/ActiveSubscriptionView$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lkotlin/jvm/functions/Function0;
|
||||
|
||||
if-eqz p1, :cond_3
|
||||
|
||||
invoke-interface {p1}, Lkotlin/jvm/functions/Function0;->invoke()Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
check-cast p1, Lkotlin/Unit;
|
||||
|
||||
:cond_3
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,167 @@
|
|||
.class public final Lcom/discord/views/steps/StepsView$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "java-style lambda group"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/view/View$OnClickListener;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lcom/discord/views/steps/StepsView;->a(ILkotlin/jvm/functions/Function0;)V
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic d:I
|
||||
|
||||
.field public final synthetic e:I
|
||||
|
||||
.field public final synthetic f:Ljava/lang/Object;
|
||||
|
||||
.field public final synthetic g:Ljava/lang/Object;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(IILjava/lang/Object;Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
iput p1, p0, Lcom/discord/views/steps/StepsView$a;->d:I
|
||||
|
||||
iput p2, p0, Lcom/discord/views/steps/StepsView$a;->e:I
|
||||
|
||||
iput-object p3, p0, Lcom/discord/views/steps/StepsView$a;->f:Ljava/lang/Object;
|
||||
|
||||
iput-object p4, p0, Lcom/discord/views/steps/StepsView$a;->g:Ljava/lang/Object;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final onClick(Landroid/view/View;)V
|
||||
.locals 4
|
||||
|
||||
iget v0, p0, Lcom/discord/views/steps/StepsView$a;->d:I
|
||||
|
||||
const-string v1, "it"
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
if-ne v0, v2, :cond_1
|
||||
|
||||
iget-object v0, p0, Lcom/discord/views/steps/StepsView$a;->f:Ljava/lang/Object;
|
||||
|
||||
check-cast v0, Ljava/util/List;
|
||||
|
||||
iget v2, p0, Lcom/discord/views/steps/StepsView$a;->e:I
|
||||
|
||||
invoke-interface {v0, v2}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lcom/discord/views/steps/StepsView$b;
|
||||
|
||||
iget-object v0, v0, Lcom/discord/views/steps/StepsView$b;->f:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-static {p1, v1}, Ls/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {v0, p1}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
iget-object p1, p0, Lcom/discord/views/steps/StepsView$a;->g:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lkotlin/jvm/functions/Function0;
|
||||
|
||||
invoke-interface {p1}, Lkotlin/jvm/functions/Function0;->invoke()Ljava/lang/Object;
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
|
||||
:cond_1
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_2
|
||||
iget-object v0, p0, Lcom/discord/views/steps/StepsView$a;->g:Ljava/lang/Object;
|
||||
|
||||
check-cast v0, Ljava/util/List;
|
||||
|
||||
iget v3, p0, Lcom/discord/views/steps/StepsView$a;->e:I
|
||||
|
||||
invoke-interface {v0, v3}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lcom/discord/views/steps/StepsView$b;
|
||||
|
||||
iget-object v0, v0, Lcom/discord/views/steps/StepsView$b;->d:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
invoke-static {p1, v1}, Ls/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {v0, p1}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_3
|
||||
iget-object p1, p0, Lcom/discord/views/steps/StepsView$a;->f:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lcom/discord/views/steps/StepsView;
|
||||
|
||||
iget-object p1, p1, Lcom/discord/views/steps/StepsView;->h:Lcom/discord/utilities/simple_pager/SimplePager;
|
||||
|
||||
invoke-virtual {p1}, Landroidx/viewpager/widget/ViewPager;->getCurrentItem()I
|
||||
|
||||
move-result p1
|
||||
|
||||
iget-object v0, p0, Lcom/discord/views/steps/StepsView$a;->f:Ljava/lang/Object;
|
||||
|
||||
check-cast v0, Lcom/discord/views/steps/StepsView;
|
||||
|
||||
iget-object v0, v0, Lcom/discord/views/steps/StepsView;->i:Lcom/discord/views/steps/StepsView$d;
|
||||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
invoke-virtual {v0}, Lcom/discord/views/steps/StepsView$d;->getCount()I
|
||||
|
||||
move-result v0
|
||||
|
||||
add-int/lit8 v0, v0, -0x1
|
||||
|
||||
if-eq p1, v0, :cond_5
|
||||
|
||||
:cond_4
|
||||
iget-object p1, p0, Lcom/discord/views/steps/StepsView$a;->f:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lcom/discord/views/steps/StepsView;
|
||||
|
||||
iget-object p1, p1, Lcom/discord/views/steps/StepsView;->h:Lcom/discord/utilities/simple_pager/SimplePager;
|
||||
|
||||
invoke-virtual {p1}, Landroidx/viewpager/widget/ViewPager;->getCurrentItem()I
|
||||
|
||||
move-result v0
|
||||
|
||||
add-int/2addr v0, v2
|
||||
|
||||
invoke-virtual {p1, v0}, Landroidx/viewpager/widget/ViewPager;->setCurrentItem(I)V
|
||||
|
||||
:cond_5
|
||||
:goto_1
|
||||
return-void
|
||||
.end method
|
|
@ -81,23 +81,23 @@
|
|||
|
||||
.field public static final fab_transformation_sheet_behavior:I = 0x7f12059c
|
||||
|
||||
.field public static final hide_bottom_view_on_scroll_behavior:I = 0x7f120982
|
||||
.field public static final hide_bottom_view_on_scroll_behavior:I = 0x7f12097c
|
||||
|
||||
.field public static final mtrl_chip_close_icon_content_description:I = 0x7f120bd8
|
||||
.field public static final mtrl_chip_close_icon_content_description:I = 0x7f120bd2
|
||||
|
||||
.field public static final password_toggle_content_description:I = 0x7f120d3b
|
||||
.field public static final password_toggle_content_description:I = 0x7f120d35
|
||||
|
||||
.field public static final path_password_eye:I = 0x7f120d3d
|
||||
.field public static final path_password_eye:I = 0x7f120d37
|
||||
|
||||
.field public static final path_password_eye_mask_strike_through:I = 0x7f120d3e
|
||||
.field public static final path_password_eye_mask_strike_through:I = 0x7f120d38
|
||||
|
||||
.field public static final path_password_eye_mask_visible:I = 0x7f120d3f
|
||||
.field public static final path_password_eye_mask_visible:I = 0x7f120d39
|
||||
|
||||
.field public static final path_password_strike_through:I = 0x7f120d40
|
||||
.field public static final path_password_strike_through:I = 0x7f120d3a
|
||||
|
||||
.field public static final search_menu_title:I = 0x7f12104b
|
||||
.field public static final search_menu_title:I = 0x7f121045
|
||||
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f1210fb
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f1210f5
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -115,31 +115,31 @@
|
|||
|
||||
.field public static final flash_on:I = 0x7f1205af
|
||||
|
||||
.field public static final hide_bottom_view_on_scroll_behavior:I = 0x7f120982
|
||||
.field public static final hide_bottom_view_on_scroll_behavior:I = 0x7f12097c
|
||||
|
||||
.field public static final mtrl_chip_close_icon_content_description:I = 0x7f120bd8
|
||||
.field public static final mtrl_chip_close_icon_content_description:I = 0x7f120bd2
|
||||
|
||||
.field public static final password_toggle_content_description:I = 0x7f120d3b
|
||||
.field public static final password_toggle_content_description:I = 0x7f120d35
|
||||
|
||||
.field public static final path_password_eye:I = 0x7f120d3d
|
||||
.field public static final path_password_eye:I = 0x7f120d37
|
||||
|
||||
.field public static final path_password_eye_mask_strike_through:I = 0x7f120d3e
|
||||
.field public static final path_password_eye_mask_strike_through:I = 0x7f120d38
|
||||
|
||||
.field public static final path_password_eye_mask_visible:I = 0x7f120d3f
|
||||
.field public static final path_password_eye_mask_visible:I = 0x7f120d39
|
||||
|
||||
.field public static final path_password_strike_through:I = 0x7f120d40
|
||||
.field public static final path_password_strike_through:I = 0x7f120d3a
|
||||
|
||||
.field public static final request_permission_msg:I = 0x7f120f85
|
||||
.field public static final request_permission_msg:I = 0x7f120f7f
|
||||
|
||||
.field public static final search_menu_title:I = 0x7f12104b
|
||||
.field public static final search_menu_title:I = 0x7f121045
|
||||
|
||||
.field public static final selection_shrink_scale:I = 0x7f121064
|
||||
.field public static final selection_shrink_scale:I = 0x7f12105e
|
||||
|
||||
.field public static final send_contents:I = 0x7f12106d
|
||||
.field public static final send_contents:I = 0x7f121067
|
||||
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f1210fb
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f1210f5
|
||||
|
||||
.field public static final storage_permission_denied_msg:I = 0x7f12110c
|
||||
.field public static final storage_permission_denied_msg:I = 0x7f121106
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -0,0 +1,116 @@
|
|||
.class public final Lcom/lytefast/flexinput/fragment/CameraFragment$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "java-style lambda group"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/view/View$OnClickListener;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lcom/lytefast/flexinput/fragment/CameraFragment;->onViewCreated(Landroid/view/View;Landroid/os/Bundle;)V
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic d:I
|
||||
|
||||
.field public final synthetic e:Ljava/lang/Object;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(ILjava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
iput p1, p0, Lcom/lytefast/flexinput/fragment/CameraFragment$a;->d:I
|
||||
|
||||
iput-object p2, p0, Lcom/lytefast/flexinput/fragment/CameraFragment$a;->e:Ljava/lang/Object;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final onClick(Landroid/view/View;)V
|
||||
.locals 2
|
||||
|
||||
iget v0, p0, Lcom/lytefast/flexinput/fragment/CameraFragment$a;->d:I
|
||||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-eq v0, v1, :cond_3
|
||||
|
||||
const/4 v1, 0x2
|
||||
|
||||
if-eq v0, v1, :cond_1
|
||||
|
||||
const/4 p1, 0x3
|
||||
|
||||
if-ne v0, p1, :cond_0
|
||||
|
||||
iget-object p1, p0, Lcom/lytefast/flexinput/fragment/CameraFragment$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lcom/lytefast/flexinput/fragment/CameraFragment;
|
||||
|
||||
invoke-static {p1}, Lcom/lytefast/flexinput/fragment/CameraFragment;->access$onCameraFacingClick(Lcom/lytefast/flexinput/fragment/CameraFragment;)V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_1
|
||||
iget-object v0, p0, Lcom/lytefast/flexinput/fragment/CameraFragment$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast v0, Lcom/lytefast/flexinput/fragment/CameraFragment;
|
||||
|
||||
if-eqz p1, :cond_2
|
||||
|
||||
check-cast p1, Landroid/widget/ImageView;
|
||||
|
||||
invoke-static {v0, p1}, Lcom/lytefast/flexinput/fragment/CameraFragment;->access$onCameraFlashClick(Lcom/lytefast/flexinput/fragment/CameraFragment;Landroid/widget/ImageView;)V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_2
|
||||
new-instance p1, Ls/l;
|
||||
|
||||
const-string v0, "null cannot be cast to non-null type android.widget.ImageView"
|
||||
|
||||
invoke-direct {p1, v0}, Ls/l;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_3
|
||||
iget-object p1, p0, Lcom/lytefast/flexinput/fragment/CameraFragment$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lcom/lytefast/flexinput/fragment/CameraFragment;
|
||||
|
||||
invoke-static {p1}, Lcom/lytefast/flexinput/fragment/CameraFragment;->access$onLaunchCameraClick(Lcom/lytefast/flexinput/fragment/CameraFragment;)V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_4
|
||||
iget-object p1, p0, Lcom/lytefast/flexinput/fragment/CameraFragment$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lcom/lytefast/flexinput/fragment/CameraFragment;
|
||||
|
||||
invoke-virtual {p1}, Lcom/lytefast/flexinput/fragment/CameraFragment;->getCameraView()Lcom/camerakit/CameraKitView;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {p1, v0}, Lcom/lytefast/flexinput/fragment/CameraFragment;->access$onTakePhotoClick(Lcom/lytefast/flexinput/fragment/CameraFragment;Lcom/camerakit/CameraKitView;)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -69,19 +69,19 @@
|
|||
|
||||
.field public static final abc_toolbar_collapse_description:I = 0x7f12001d
|
||||
|
||||
.field public static final search_menu_title:I = 0x7f12104b
|
||||
.field public static final search_menu_title:I = 0x7f121045
|
||||
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f1210fb
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f1210f5
|
||||
|
||||
.field public static final ucrop_error_input_data_is_absent:I = 0x7f121240
|
||||
.field public static final ucrop_error_input_data_is_absent:I = 0x7f12123a
|
||||
|
||||
.field public static final ucrop_label_edit_photo:I = 0x7f121241
|
||||
.field public static final ucrop_label_edit_photo:I = 0x7f12123b
|
||||
|
||||
.field public static final ucrop_label_original:I = 0x7f121242
|
||||
.field public static final ucrop_label_original:I = 0x7f12123c
|
||||
|
||||
.field public static final ucrop_menu_crop:I = 0x7f121243
|
||||
.field public static final ucrop_menu_crop:I = 0x7f12123d
|
||||
|
||||
.field public static final ucrop_mutate_exception_hint:I = 0x7f121244
|
||||
.field public static final ucrop_mutate_exception_hint:I = 0x7f12123e
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -49,19 +49,19 @@
|
|||
|
||||
.field public static final abc_toolbar_collapse_description:I = 0x7f12001d
|
||||
|
||||
.field public static final search_menu_title:I = 0x7f12104b
|
||||
.field public static final search_menu_title:I = 0x7f121045
|
||||
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f1210fb
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f1210f5
|
||||
|
||||
.field public static final ucrop_error_input_data_is_absent:I = 0x7f121240
|
||||
.field public static final ucrop_error_input_data_is_absent:I = 0x7f12123a
|
||||
|
||||
.field public static final ucrop_label_edit_photo:I = 0x7f121241
|
||||
.field public static final ucrop_label_edit_photo:I = 0x7f12123b
|
||||
|
||||
.field public static final ucrop_label_original:I = 0x7f121242
|
||||
.field public static final ucrop_label_original:I = 0x7f12123c
|
||||
|
||||
.field public static final ucrop_menu_crop:I = 0x7f121243
|
||||
.field public static final ucrop_menu_crop:I = 0x7f12123d
|
||||
|
||||
.field public static final ucrop_mutate_exception_hint:I = 0x7f121244
|
||||
.field public static final ucrop_mutate_exception_hint:I = 0x7f12123e
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
203
com.discord/smali_classes2/e/a/a/c$a.smali
Normal file
203
com.discord/smali_classes2/e/a/a/c$a.smali
Normal file
|
@ -0,0 +1,203 @@
|
|||
.class public final Le/a/a/c$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "java-style lambda group"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/view/View$OnClickListener;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Le/a/a/c;->onViewBound(Landroid/view/View;)V
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic d:I
|
||||
|
||||
.field public final synthetic e:Ljava/lang/Object;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(ILjava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
iput p1, p0, Le/a/a/c$a;->d:I
|
||||
|
||||
iput-object p2, p0, Le/a/a/c$a;->e:Ljava/lang/Object;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final onClick(Landroid/view/View;)V
|
||||
.locals 11
|
||||
|
||||
iget v0, p0, Le/a/a/c$a;->d:I
|
||||
|
||||
if-eqz v0, :cond_5
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
if-ne v0, v1, :cond_4
|
||||
|
||||
new-instance v0, Lcom/discord/utilities/analytics/Traits$Location;
|
||||
|
||||
iget-object v1, p0, Le/a/a/c$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast v1, Le/a/a/c;
|
||||
|
||||
invoke-virtual {v1}, Landroidx/fragment/app/Fragment;->getArguments()Landroid/os/Bundle;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
const-string v3, "extra_page_name"
|
||||
|
||||
invoke-virtual {v1, v3}, Landroid/os/Bundle;->getString(Ljava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
move-object v4, v1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
move-object v4, v2
|
||||
|
||||
:goto_0
|
||||
iget-object v1, p0, Le/a/a/c$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast v1, Le/a/a/c;
|
||||
|
||||
invoke-virtual {v1}, Landroidx/fragment/app/Fragment;->getArguments()Landroid/os/Bundle;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
if-eqz v1, :cond_1
|
||||
|
||||
const-string v3, "extra_section_name"
|
||||
|
||||
invoke-virtual {v1, v3}, Landroid/os/Bundle;->getString(Ljava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
move-object v5, v1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
move-object v5, v2
|
||||
|
||||
:goto_1
|
||||
iget-object v1, p0, Le/a/a/c$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast v1, Le/a/a/c;
|
||||
|
||||
invoke-virtual {v1}, Landroidx/fragment/app/Fragment;->getArguments()Landroid/os/Bundle;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
if-eqz v1, :cond_2
|
||||
|
||||
const-string v3, "extra_object_name"
|
||||
|
||||
invoke-virtual {v1, v3}, Landroid/os/Bundle;->getString(Ljava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
move-object v6, v1
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_2
|
||||
move-object v6, v2
|
||||
|
||||
:goto_2
|
||||
iget-object v1, p0, Le/a/a/c$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast v1, Le/a/a/c;
|
||||
|
||||
invoke-virtual {v1}, Landroidx/fragment/app/Fragment;->getArguments()Landroid/os/Bundle;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
if-eqz v1, :cond_3
|
||||
|
||||
const-string v3, "extra_object_type"
|
||||
|
||||
invoke-virtual {v1, v3}, Landroid/os/Bundle;->getString(Ljava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
move-object v7, v1
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_3
|
||||
move-object v7, v2
|
||||
|
||||
:goto_3
|
||||
const/4 v8, 0x0
|
||||
|
||||
const/16 v9, 0x10
|
||||
|
||||
const/4 v10, 0x0
|
||||
|
||||
move-object v3, v0
|
||||
|
||||
invoke-direct/range {v3 .. v10}, Lcom/discord/utilities/analytics/Traits$Location;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
|
||||
sget-object v1, Lcom/discord/utilities/analytics/AnalyticsTracker;->INSTANCE:Lcom/discord/utilities/analytics/AnalyticsTracker;
|
||||
|
||||
invoke-virtual {v1, v0}, Lcom/discord/utilities/analytics/AnalyticsTracker;->premiumSettingsOpened(Lcom/discord/utilities/analytics/Traits$Location;)V
|
||||
|
||||
sget-object v0, Lcom/discord/widgets/settings/premium/WidgetSettingsPremium;->Companion:Lcom/discord/widgets/settings/premium/WidgetSettingsPremium$Companion;
|
||||
|
||||
const-string v1, "it"
|
||||
|
||||
invoke-static {p1, v1}, Ls/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p1}, Landroid/view/View;->getContext()Landroid/content/Context;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
const-string v1, "it.context"
|
||||
|
||||
invoke-static {p1, v1}, Ls/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const/4 v1, 0x2
|
||||
|
||||
invoke-static {v0, p1, v2, v1, v2}, Lcom/discord/widgets/settings/premium/WidgetSettingsPremium$Companion;->launch$default(Lcom/discord/widgets/settings/premium/WidgetSettingsPremium$Companion;Landroid/content/Context;Ljava/lang/Integer;ILjava/lang/Object;)V
|
||||
|
||||
iget-object p1, p0, Le/a/a/c$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Le/a/a/c;
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/app/AppDialog;->dismiss()V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_4
|
||||
throw v2
|
||||
|
||||
:cond_5
|
||||
iget-object p1, p0, Le/a/a/c$a;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Le/a/a/c;
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/app/AppDialog;->dismiss()V
|
||||
|
||||
return-void
|
||||
.end method
|
124
com.discord/smali_classes2/f.smali
Normal file
124
com.discord/smali_classes2/f.smali
Normal file
|
@ -0,0 +1,124 @@
|
|||
.class public final Lf;
|
||||
.super Ljava/lang/Object;
|
||||
.source "java-style lambda group"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/view/View$OnClickListener;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic d:I
|
||||
|
||||
.field public final synthetic e:Ljava/lang/Object;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(ILjava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
iput p1, p0, Lf;->d:I
|
||||
|
||||
iput-object p2, p0, Lf;->e:Ljava/lang/Object;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final onClick(Landroid/view/View;)V
|
||||
.locals 5
|
||||
|
||||
iget p1, p0, Lf;->d:I
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
if-ne p1, v0, :cond_0
|
||||
|
||||
iget-object p1, p0, Lf;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lcom/discord/views/OverlayMenuView;
|
||||
|
||||
invoke-virtual {p1}, Landroid/widget/LinearLayout;->getContext()Landroid/content/Context;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance v0, Landroid/content/Intent;
|
||||
|
||||
sget-object v1, Lcom/discord/utilities/intent/IntentUtils$RouteBuilders$Uris;->INSTANCE:Lcom/discord/utilities/intent/IntentUtils$RouteBuilders$Uris;
|
||||
|
||||
invoke-virtual {v1}, Lcom/discord/utilities/intent/IntentUtils$RouteBuilders$Uris;->getApp()Landroid/net/Uri;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
iget-object v2, p0, Lf;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast v2, Lcom/discord/views/OverlayMenuView;
|
||||
|
||||
invoke-virtual {v2}, Landroid/widget/LinearLayout;->getContext()Landroid/content/Context;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
const-class v3, Lcom/discord/app/AppActivity$Main;
|
||||
|
||||
const-string v4, "android.intent.action.VIEW"
|
||||
|
||||
invoke-direct {v0, v4, v1, v2, v3}, Landroid/content/Intent;-><init>(Ljava/lang/String;Landroid/net/Uri;Landroid/content/Context;Ljava/lang/Class;)V
|
||||
|
||||
const/high16 v1, 0x10000000
|
||||
|
||||
invoke-virtual {v0, v1}, Landroid/content/Intent;->addFlags(I)Landroid/content/Intent;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->startActivity(Landroid/content/Intent;)V
|
||||
|
||||
iget-object p1, p0, Lf;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lcom/discord/views/OverlayMenuView;
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/views/OverlayMenuView;->getOnDismissRequested$app_productionDiscordExternalRelease()Lkotlin/jvm/functions/Function0;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-interface {p1}, Lkotlin/jvm/functions/Function0;->invoke()Ljava/lang/Object;
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_1
|
||||
sget-object p1, Lcom/discord/utilities/voice/DiscordOverlayService;->Companion:Lcom/discord/utilities/voice/DiscordOverlayService$Companion;
|
||||
|
||||
iget-object v0, p0, Lf;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast v0, Lcom/discord/views/OverlayMenuView;
|
||||
|
||||
invoke-virtual {v0}, Landroid/widget/LinearLayout;->getContext()Landroid/content/Context;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "context"
|
||||
|
||||
invoke-static {v0, v1}, Ls/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p1, v0}, Lcom/discord/utilities/voice/DiscordOverlayService$Companion;->launchForVoiceChannelSelect(Landroid/content/Context;)V
|
||||
|
||||
iget-object p1, p0, Lf;->e:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Lcom/discord/views/OverlayMenuView;
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/views/OverlayMenuView;->getOnDismissRequested$app_productionDiscordExternalRelease()Lkotlin/jvm/functions/Function0;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-interface {p1}, Lkotlin/jvm/functions/Function0;->invoke()Ljava/lang/Object;
|
||||
|
||||
return-void
|
||||
.end method
|
90
com.discord/smali_classes2/g.smali
Normal file
90
com.discord/smali_classes2/g.smali
Normal file
|
@ -0,0 +1,90 @@
|
|||
.class public final Lg;
|
||||
.super Ljava/lang/Object;
|
||||
.source "java-style lambda group"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/view/View$OnClickListener;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final e:Lg;
|
||||
|
||||
.field public static final f:Lg;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic d:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Lg;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, v1}, Lg;-><init>(I)V
|
||||
|
||||
sput-object v0, Lg;->e:Lg;
|
||||
|
||||
new-instance v0, Lg;
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
invoke-direct {v0, v1}, Lg;-><init>(I)V
|
||||
|
||||
sput-object v0, Lg;->f:Lg;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(I)V
|
||||
.locals 0
|
||||
|
||||
iput p1, p0, Lg;->d:I
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final onClick(Landroid/view/View;)V
|
||||
.locals 1
|
||||
|
||||
iget p1, p0, Lg;->d:I
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
if-ne p1, v0, :cond_0
|
||||
|
||||
sget-object p1, Lcom/discord/stores/StoreStream;->Companion:Lcom/discord/stores/StoreStream$Companion;
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/stores/StoreStream$Companion;->getMediaSettings()Lcom/discord/stores/StoreMediaSettings;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/stores/StoreMediaSettings;->toggleSelfMuted()Z
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_1
|
||||
sget-object p1, Lcom/discord/stores/StoreStream;->Companion:Lcom/discord/stores/StoreStream$Companion;
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/stores/StoreStream$Companion;->getMediaSettings()Lcom/discord/stores/StoreMediaSettings;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/stores/StoreMediaSettings;->toggleOutputMode()V
|
||||
|
||||
return-void
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue