Still show timer button for existing users

pull/14/head
Sam Bosley 11 years ago
parent e81a5ad734
commit d31d4c1a4e

@ -44,6 +44,7 @@ import com.todoroo.astrid.utility.Constants;
public final class UpgradeService {
public static final int V4_6_2 = 303;
public static final int V4_6_1 = 302;
public static final int V4_6_0 = 301;
public static final int V4_6_0_BETA = 300;
@ -276,6 +277,10 @@ public final class UpgradeService {
Preferences.setString(R.string.p_taskRowStyle_v2, value ? "1" : "0"); //$NON-NLS-1$ //$NON-NLS-2$
}
}
if (from < V4_6_2) {
Preferences.setBoolean(R.string.p_show_timer_shortcut, true);
}
}
/**

Loading…
Cancel
Save