Skip to content

Commit

Permalink
Select English language by default (instead of Chinese) during runtim…
Browse files Browse the repository at this point in the history
…e checks
  • Loading branch information
Mi-Walkie-Talkie-by-Darkhorse committed Feb 25, 2022
1 parent 2dc9946 commit 346d73c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/smali_classes2/com/ifengyu/intercom/i/c0.smali
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@

move-result-object v0

const-string v1, "en"
const-string v1, "zh"

invoke-virtual {v0, v1}, Ljava/lang/String;->endsWith(Ljava/lang/String;)Z

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,13 @@

move-result-object p1

const-string v0, "en"
const-string v0, "zh"

invoke-virtual {v0, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z

move-result p1

if-eqz p1, :cond_0
if-nez p1, :cond_0

.line 17
iget-object p1, p0, Lcom/ifengyu/intercom/ui/widget/dialog/PickerDialog;->mNp1:Lcom/ifengyu/intercom/ui/widget/view/NumberPickerView;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,13 @@

move-result-object p1

const-string v0, "en"
const-string v0, "zh"

invoke-virtual {v0, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z

move-result p1

if-eqz p1, :cond_0
if-nez p1, :cond_0

.line 17
iget-object p1, p0, Lcom/ifengyu/intercom/ui/widget/dialog/SealPickerDialog;->mNp1:Lcom/ifengyu/intercom/ui/widget/view/NumberPickerView;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,13 @@

move-result-object p1

const-string v0, "en"
const-string v0, "zh"

invoke-virtual {v0, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z

move-result p1

if-eqz p1, :cond_0
if-nez p1, :cond_0

.line 17
iget-object p1, p0, Lcom/ifengyu/intercom/ui/widget/dialog/SharkPickerDialog;->mNp1:Lcom/ifengyu/intercom/ui/widget/view/NumberPickerView;
Expand Down

0 comments on commit 346d73c

Please sign in to comment.