Fix switch listener on app notif page
Test: RoboTests, manually change setting Fixes: 193442605 Change-Id: Ie93469479e252811921a6451853b073dadb0d0a1
This commit is contained in:
@@ -1505,7 +1505,7 @@ public class ManageApplications extends InstrumentedFragment
|
||||
switch (mManageApplications.mListType) {
|
||||
case LIST_TYPE_NOTIFICATION:
|
||||
holder.updateSwitch(((AppStateNotificationBridge) mExtraInfoBridge)
|
||||
.getSwitchOnClickListener(entry),
|
||||
.getSwitchOnCheckedListener(entry),
|
||||
AppStateNotificationBridge.enableSwitch(entry),
|
||||
AppStateNotificationBridge.checkSwitch(entry));
|
||||
if (entry.extraInfo != null
|
||||
|
Reference in New Issue
Block a user