Skip to content

Commit

Permalink
[#1559 state:fixed-in-qa]
Browse files Browse the repository at this point in the history
    This work around allows the application to detect that it has been launched without th

    <property name="ti.android.bug2373.title">Restart Required</property>
    <property name="ti.android.bug2373.message">An application restart is required.</prope
    <property name="ti.android.bug2373.buttonText">Continue</property>
    <property name="ti.android.bug2373.backgroundColor">black</property>
  • Loading branch information
donthorp committed Aug 15, 2010
1 parent 16eed75 commit 852769b
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -270,11 +270,6 @@ protected void onResume() {
} else {
// No context, we have a launch problem.

// properties.setString("ti.android.bug2373.title", "Restart Required");
// properties.setString("ti.android.bug2373.backgroundColor", "rgb(255,0,0)");
// properties.setString("ti.android.bug2373.buttonText", "Continue");
// properties.setString("ti.android.bug2373.message", "An application restart is required. Please press continue");

TiProperties systemProperties = getTiApp().getSystemProperties();
String backgroundColor = systemProperties.getString("ti.android.bug2373.backgroundColor", "black");
rootLayout.setBackgroundColor(TiColorHelper.parseColor(backgroundColor));
Expand Down

0 comments on commit 852769b

Please sign in to comment.