Loading packages/SystemUI/src/com/android/systemui/qs/tiles/DreamTile.java +0 −11 Original line number Diff line number Diff line Loading @@ -165,17 +165,6 @@ public class DreamTile extends QSTileImpl<QSTile.BooleanState> { } } @Override protected void handleLongClick(@Nullable View view) { try { // Need to wake on long click so bouncer->settings works. mDreamManager.awaken(); } catch (RemoteException e) { Log.e(LOG_TAG, "Can't awaken", e); } super.handleLongClick(view); } @Override protected void handleUpdateState(BooleanState state, Object arg) { state.label = getTileLabel(); Loading Loading
packages/SystemUI/src/com/android/systemui/qs/tiles/DreamTile.java +0 −11 Original line number Diff line number Diff line Loading @@ -165,17 +165,6 @@ public class DreamTile extends QSTileImpl<QSTile.BooleanState> { } } @Override protected void handleLongClick(@Nullable View view) { try { // Need to wake on long click so bouncer->settings works. mDreamManager.awaken(); } catch (RemoteException e) { Log.e(LOG_TAG, "Can't awaken", e); } super.handleLongClick(view); } @Override protected void handleUpdateState(BooleanState state, Object arg) { state.label = getTileLabel(); Loading