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

Commit 39887461 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/23035180']...

Merge cherrypicks of ['googleplex-android-review.googlesource.com/23035180'] into sparse-10034703-L58200000960499571.
SPARSE_CHANGE: I28e35f8686a66b6eb76f3a09a163c6873ca23ba0

Change-Id: Ib0f264b0c24824c625f16e75b50c3ec68206268c
parents a17071e0 eb3937ef
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ import com.android.systemui.R;
 * {@link FooterActionsView}
 */
public class QSFooterView extends FrameLayout {
    private static final boolean SHOW_BUILD = false;

    private PageIndicator mPageIndicator;
    private TextView mBuildText;
    private View mEditButton;
@@ -84,7 +86,7 @@ public class QSFooterView extends FrameLayout {
    }

    private void setBuildText() {
        if (mBuildText == null) return;
        if (!SHOW_BUILD || mBuildText == null) return;
        if (DevelopmentSettingsEnabler.isDevelopmentSettingsEnabled(mContext)) {
            mBuildText.setText(mContext.getString(
                    com.android.internal.R.string.bugreport_status,