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

Commit f63ad77b authored by Daniel Nishi's avatar Daniel Nishi Committed by android-build-merger
Browse files

Merge "Make the support loader activity display UI." into oc-dr1-dev am: 4ab6f77f am: 0eae770a

am: eeae7822

Change-Id: I53d3e3dc095ee9f40470caeec09a6d41cb2048de
parents 1cc0ebc7 eeae7822
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3131,7 +3131,7 @@
        <activity android:name=".support.SupportDashboardActivity"
                  android:label="@string/page_tab_title_support"
                  android:icon="@drawable/ic_help"
                  android:theme="@android:style/Theme.NoDisplay"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Panel"
                  android:enabled="@bool/config_support_enabled">
            <intent-filter android:priority="-2">
                <action android:name="com.android.settings.action.SETTINGS"/>
+1 −1
Original line number Diff line number Diff line
@@ -47,9 +47,9 @@ public class SupportDashboardActivity extends Activity implements Indexable {
            supportFeatureProvider.startSupportV2(this);
        } else {
            startActivity(new Intent(this, LegacySupportActivity.class));
        }
            finish();
        }
    }

    /**
     * For Search.