Weather/smali_classes2/com/moji/mjweather/setting/fragment/AccountInfoFragment.smali
2021-05-10 10:13:34 +02:00

105 lines
2.6 KiB
Smali

.class public Lcom/moji/mjweather/setting/fragment/AccountInfoFragment;
.super Lcom/moji/mjweather/setting/fragment/BaseAccountFragment;
.source "AccountInfoFragment.java"
# interfaces
.implements Lcom/moji/mjweather/setting/view/IAccountInfoView;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/moji/mjweather/setting/fragment/BaseAccountFragment<",
"Lcom/moji/mjweather/setting/presenter/AccountInfoPresenter;",
">;",
"Lcom/moji/mjweather/setting/view/IAccountInfoView;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 16
invoke-direct {p0}, Lcom/moji/mjweather/setting/fragment/BaseAccountFragment;-><init>()V
return-void
.end method
# virtual methods
.method protected a()I
.locals 1
const v0, 0x7f11000e
return v0
.end method
.method protected b()Ljava/lang/String;
.locals 1
.annotation build Landroid/support/annotation/NonNull;
.end annotation
.line 25
invoke-virtual {p0}, Lcom/moji/mjweather/setting/fragment/AccountInfoFragment;->c()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method protected c()Ljava/lang/String;
.locals 1
const v0, 0x7f0e0951
.line 29
invoke-virtual {p0, v0}, Lcom/moji/mjweather/setting/fragment/AccountInfoFragment;->getString(I)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method protected synthetic e()Lcom/moji/mvpframe/BasePresenter;
.locals 1
.line 16
invoke-virtual {p0}, Lcom/moji/mjweather/setting/fragment/AccountInfoFragment;->s_()Lcom/moji/mjweather/setting/presenter/AccountInfoPresenter;
move-result-object v0
return-object v0
.end method
.method public onPause()V
.locals 2
.line 40
invoke-super {p0}, Lcom/moji/mjweather/setting/fragment/BaseAccountFragment;->onPause()V
.line 41
invoke-static {}, Lcom/moji/statistics/EventManager;->a()Lcom/moji/statistics/EventManager;
move-result-object v0
sget-object v1, Lcom/moji/statistics/EVENT_TAG;->INF_BACK_CLICK:Lcom/moji/statistics/EVENT_TAG;
invoke-virtual {v0, v1}, Lcom/moji/statistics/EventManager;->a(Lcom/moji/statistics/EVENT_TAG;)Lcom/moji/statistics/EventManager;
return-void
.end method
.method protected s_()Lcom/moji/mjweather/setting/presenter/AccountInfoPresenter;
.locals 1
.line 35
new-instance v0, Lcom/moji/mjweather/setting/presenter/AccountInfoPresenter;
invoke-direct {v0, p0}, Lcom/moji/mjweather/setting/presenter/AccountInfoPresenter;-><init>(Lcom/moji/mjweather/setting/view/IAccountPreferenceView;)V
return-object v0
.end method