Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #73 from kimymym/master
Browse files Browse the repository at this point in the history
Manifest must be parsed after changing preferred locale
  • Loading branch information
hsiafan authored Jun 19, 2018
2 parents 666cc64 + e533dc2 commit 82829e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/dongliu/apk/parser/AbstractApkFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ public void setPreferredLocale(Locale preferredLocale) {
this.preferredLocale = preferredLocale;
this.manifestXml = null;
this.apkMeta = null;
this.manifestParsed = false;
}
}

Expand Down

0 comments on commit 82829e8

Please sign in to comment.