Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Malandruccolo committed May 13, 2024
1 parent d408175 commit e670fae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ private void processGameAndNewsTemplateVersions(Context context) {
context
.getApplicationContext()
.getPackageManager()
.getApplicationInfo(context.getPackageName(),
.getApplicationInfo(
context.getPackageName(),
PackageManager.ApplicationInfoFlags.of(PackageManager.GET_META_DATA));
} else {
info =
Expand Down

0 comments on commit e670fae

Please sign in to comment.