Skip to content

Commit

Permalink
release note
Browse files Browse the repository at this point in the history
  • Loading branch information
cgspine committed May 29, 2018
1 parent 6556865 commit e1e07bb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ public CharSequence getUpgradeWord(final Activity activity) {
SpannableStringBuilder text = new SpannableStringBuilder();
if(mNewVersion == QDUpgradeManager.VERSION_1_1_3){
text.append("1. Feature: delay validation of QMUIFragment.canDragBack() until a pop " +
"gesture occurs, This feature allow you to control pop gesture in runtime.\n");
"gesture occurs. This feature allows you to control pop gesture on the fly.\n");
appendBlockSpace(activity, text);
text.append("2. Replace QMUIMaterialProgressDrawable with the official provided " +
"CircularProgressDrawable.\n");
text.append("2. Replace QMUIMaterialProgressDrawable with CircularProgressDrawable, " +
"an official implementation.\n");
appendBlockSpace(activity, text);
text.append("3. Issue fixes: ");
final String[] issues = new String[]{
Expand Down

0 comments on commit e1e07bb

Please sign in to comment.