Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XinYiWorld committed May 10, 2017
1 parent eb1907d commit 24a624f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,9 @@ public int getLeftImageResId() {
public int getRightImageResId() {
return -1;
}

@Override
public int getTitleImageResId() {
return -1;
}
}

0 comments on commit 24a624f

Please sign in to comment.