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

Commit 6e9faeff authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I6148797f into eclair

* changes:
  Round off new events created from the month view... if the user previously did "Go to Today"
parents 9a4774c1 0ac3bc62
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -122,6 +122,9 @@ public class MonthActivity extends Activity implements ViewSwitcher.ViewFactory,
    public void goToToday() {
        Time now = new Time();
        now.set(System.currentTimeMillis());
        now.minute = 0;
        now.second = 0;
        now.normalize(false);

        TextView title = (TextView) findViewById(R.id.title);
        title.setText(Utils.formatMonthYear(now));