Changes of com.discord v1333
This commit is contained in:
parent
a21e5a6a18
commit
18c9b7884b
18128 changed files with 1008335 additions and 970532 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field private mAdditionalTrustedOrigins:Ljava/util/List;
|
||||
.field public mAdditionalTrustedOrigins:Ljava/util/List;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
|
@ -41,32 +41,32 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mDisplayMode:Landroidx/browser/trusted/TrustedWebActivityDisplayMode;
|
||||
.field public mDisplayMode:Landroidx/browser/trusted/TrustedWebActivityDisplayMode;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private final mIntentBuilder:Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.field public final mIntentBuilder:Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mShareData:Landroidx/browser/trusted/sharing/ShareData;
|
||||
.field public mShareData:Landroidx/browser/trusted/sharing/ShareData;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mShareTarget:Landroidx/browser/trusted/sharing/ShareTarget;
|
||||
.field public mShareTarget:Landroidx/browser/trusted/sharing/ShareTarget;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mSplashScreenParams:Landroid/os/Bundle;
|
||||
.field public mSplashScreenParams:Landroid/os/Bundle;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private final mUri:Landroid/net/Uri;
|
||||
.field public final mUri:Landroid/net/Uri;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end field
|
||||
|
@ -110,9 +110,7 @@
|
|||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
const-string v0, "CustomTabsSession is required for launching a TWA"
|
||||
|
||||
invoke-static {p1, v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
if-eqz p1, :cond_3
|
||||
|
||||
iget-object v0, p0, Landroidx/browser/trusted/TrustedWebActivityIntentBuilder;->mIntentBuilder:Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
|
||||
|
@ -214,6 +212,15 @@
|
|||
invoke-direct {v1, p1, v0}, Landroidx/browser/trusted/TrustedWebActivityIntent;-><init>(Landroid/content/Intent;Ljava/util/List;)V
|
||||
|
||||
return-object v1
|
||||
|
||||
:cond_3
|
||||
new-instance p1, Ljava/lang/NullPointerException;
|
||||
|
||||
const-string v0, "CustomTabsSession is required for launching a TWA"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public buildCustomTabsIntent()Landroidx/browser/customtabs/CustomTabsIntent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue