Changes of com.discord v1323

This commit is contained in:
root 2020-11-12 01:09:57 +00:00
parent 1234c09f33
commit d9d9f382c9
28241 changed files with 0 additions and 4903974 deletions

View file

@ -1,33 +0,0 @@
.class public final Landroidx/core/location/LocationKt;
.super Ljava/lang/Object;
.source "Location.kt"
# direct methods
.method public static final component1(Landroid/location/Location;)D
.locals 2
const-string v0, "$this$component1"
invoke-static {p0, v0}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
invoke-virtual {p0}, Landroid/location/Location;->getLatitude()D
move-result-wide v0
return-wide v0
.end method
.method public static final component2(Landroid/location/Location;)D
.locals 2
const-string v0, "$this$component2"
invoke-static {p0, v0}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
invoke-virtual {p0}, Landroid/location/Location;->getLongitude()D
move-result-wide v0
return-wide v0
.end method

View file

@ -1,64 +0,0 @@
.class public final Landroidx/core/location/LocationManagerCompat;
.super Ljava/lang/Object;
.source "LocationManagerCompat.java"
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static isLocationEnabled(Landroid/location/LocationManager;)Z
.locals 2
.param p0 # Landroid/location/LocationManager;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
const/16 v1, 0x1c
if-lt v0, v1, :cond_0
invoke-virtual {p0}, Landroid/location/LocationManager;->isLocationEnabled()Z
move-result p0
return p0
:cond_0
const-string v0, "network"
invoke-virtual {p0, v0}, Landroid/location/LocationManager;->isProviderEnabled(Ljava/lang/String;)Z
move-result v0
if-nez v0, :cond_2
const-string v0, "gps"
invoke-virtual {p0, v0}, Landroid/location/LocationManager;->isProviderEnabled(Ljava/lang/String;)Z
move-result p0
if-eqz p0, :cond_1
goto :goto_0
:cond_1
const/4 p0, 0x0
goto :goto_1
:cond_2
:goto_0
const/4 p0, 0x1
:goto_1
return p0
.end method