-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat (uTube): add expandable_section litho filter + add Android_Creat…
…or client
- Loading branch information
Showing
9 changed files
with
410 additions
and
259 deletions.
There are no files selected for viewing
206 changes: 106 additions & 100 deletions
206
AppIntegrations/youtube/smali_classes6/uTools/uBlocker.smali
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
...ali_classes6/uTools/uStreamSpoofing/uStreamingDataRequest$$ExternalSyntheticLambda1.smali
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
.class public final synthetic LuTools/uStreamSpoofing/uStreamingDataRequest$$ExternalSyntheticLambda1; | ||
.super Ljava/lang/Object; | ||
.source "D8$$SyntheticClass" | ||
|
||
# interfaces | ||
.implements Ljava/util/concurrent/Callable; | ||
|
||
|
||
# instance fields | ||
.field public final synthetic f$0:Ljava/lang/String; | ||
|
||
.field public final synthetic f$1:Ljava/util/Map; | ||
|
||
|
||
# direct methods | ||
.method public synthetic constructor <init>(Ljava/lang/String;Ljava/util/Map;)V | ||
.locals 0 | ||
|
||
.line 0 | ||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V | ||
|
||
iput-object p1, p0, LuTools/uStreamSpoofing/uStreamingDataRequest$$ExternalSyntheticLambda1;->f$0:Ljava/lang/String; | ||
|
||
iput-object p2, p0, LuTools/uStreamSpoofing/uStreamingDataRequest$$ExternalSyntheticLambda1;->f$1:Ljava/util/Map; | ||
|
||
return-void | ||
.end method | ||
|
||
|
||
# virtual methods | ||
.method public final call()Ljava/lang/Object; | ||
.locals 2 | ||
|
||
.line 0 | ||
iget-object v0, p0, LuTools/uStreamSpoofing/uStreamingDataRequest$$ExternalSyntheticLambda1;->f$0:Ljava/lang/String; | ||
|
||
iget-object v1, p0, LuTools/uStreamSpoofing/uStreamingDataRequest$$ExternalSyntheticLambda1;->f$1:Ljava/util/Map; | ||
|
||
invoke-static {v0, v1}, LuTools/uStreamSpoofing/uStreamingDataRequest;->lambda$new$0(Ljava/lang/String;Ljava/util/Map;)Ljava/nio/ByteBuffer; | ||
|
||
move-result-object v0 | ||
|
||
return-object v0 | ||
.end method |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.