Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Added to whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
javacafe01 committed Nov 7, 2019
1 parent 111c2a2 commit cf91176
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
3 changes: 1 addition & 2 deletions app/src/main/java/com/gsnathan/pdfviewer/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public class Utils {
static void showLog(AppCompatActivity context) {
WhatsNew log = WhatsNew.newInstance(
new WhatsNewItem("Bottom Bar", "Removed FAB and replaced it with bottom bar", R.drawable.star_icon),
new WhatsNewItem("Bug Fixes", "Just some minor stuff", R.drawable.thumbs_icon)

new WhatsNewItem("Bug Fixes", "Fixed crashes on Android Q", R.drawable.thumbs_icon)
);
log.setTitleColor(ContextCompat.getColor(context, R.color.colorAccent));
log.setTitleText(context.getResources().getString(R.string.appChangelog));
Expand Down

0 comments on commit cf91176

Please sign in to comment.