Files
rr3-apk/smali_classes3/com/helpshift/cache/ChatResourceEvictStrategy.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

31 lines
597 B
Smali

.class public Lcom/helpshift/cache/ChatResourceEvictStrategy;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/helpshift/cache/ResourceCacheEvictStrategy;
# direct methods
.method public constructor <init>()V
.locals 0
.line 6
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public shouldEvictCache(Ljava/lang/String;Ljava/lang/String;)Z
.locals 0
.line 10
invoke-virtual {p1, p2}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result p1
return p1
.end method