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

Commit

Permalink
tested for some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
javacafe01 committed Mar 2, 2020
1 parent 89fa964 commit 390ed87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/gsnathan/pdfviewer/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ 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", "Fixed crashes on Android Q", R.drawable.thumbs_icon)
new WhatsNewItem("File Manager", "Enable on start of the app", R.drawable.star_icon),
new WhatsNewItem("Zoom", "Changed from 3x to 5x", 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 390ed87

Please sign in to comment.