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

Commit 390ed87f authored by Gokul Swami's avatar Gokul Swami
Browse files

tested for some bugs

parent 89fa964a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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));