Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51ec75ec authored by Gokul Swami's avatar Gokul Swami
Browse files

Edited change log

parent bfb5b1fc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -49,8 +49,7 @@ public class Utils {

    static void showLog(AppCompatActivity context) {
        WhatsNew log = WhatsNew.newInstance(
                new WhatsNewItem("Bug Fixes", "Fixed Printing Bug", R.drawable.thumbs_icon),
                new WhatsNewItem("Printing", "Fixed Nav Bar Bug", R.drawable.star_icon));
                new WhatsNewItem("Bug Fixes", "Fixed back button crash on about page", R.drawable.thumbs_icon));
        log.setTitleColor(ContextCompat.getColor(context, R.color.colorAccent));
        log.setTitleText(context.getResources().getString(R.string.appChangelog));
        log.setButtonText(context.getResources().getString(R.string.buttonLog));