Skip to content

Commit

Permalink
Test crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Sep 23, 2017
1 parent 603a48e commit accdd82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ abstract class BaseFramesActivity:WallpaperActionsActivity(), BillingProcessor.I
getString(R.string.license_invalid_content, getAppName(),
getString(R.string.license_invalid_content_extra, pirateAppName))
} else {
getString(R.string.license_invalid_content, getAppName())
getString(R.string.license_invalid_content, getAppName(), "~")
}
dialog = buildMaterialDialog {
title(R.string.license_invalid_title)
Expand Down

0 comments on commit accdd82

Please sign in to comment.