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

Commit 49475ca4 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

[DO NOT MERGE] Global actions tip am: cfd4b956

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15188907

Change-Id: I729f987ba011dd6b26ca8cd62019150b93447503
parents e0e87f2e cfd4b956
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ import android.service.quickaccesswallet.QuickAccessWalletClient
import android.util.Log
import android.view.LayoutInflater
import android.view.ViewGroup
import android.widget.ImageView
import android.widget.TextView
import com.android.systemui.R
import com.android.systemui.controls.controller.ControlsController
@@ -76,8 +75,7 @@ class GlobalActionsInfoProvider @Inject constructor(
        val message = view.findViewById<TextView>(R.id.global_actions_change_message)
        message?.setText(context.getString(R.string.global_actions_change_description, walletTitle))

        val button = view.findViewById<ImageView>(R.id.global_actions_change_button)
        button.setOnClickListener { _ ->
        view.setOnClickListener { _ ->
            dismissParent.run()
            activityStarter.postStartActivityDismissingKeyguard(pendingIntent)
        }