mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
fix: Icon not responding to mouse cursor
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
@@ -30,6 +30,7 @@ older (i.e., Lawnchair `15-dev`).
|
||||
* Fix Private Space crash when Lawnchair is set as Launcher due to flags only available on A16
|
||||
* Fix crash on a device with strict export receiver requirements on A14
|
||||
* Interactable widget crashing due to App Transition Manager being null (C7evQZDJ)
|
||||
* Icon not responding to mouse cursor
|
||||
|
||||
#### Known Bugs
|
||||
* Preview can't show device wallpaper -> (lIxkAYGg)
|
||||
|
||||
@@ -303,7 +303,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
|
||||
public BubbleTextView(Context context, AttributeSet attrs, int defStyle) {
|
||||
super(context, attrs, defStyle);
|
||||
mActivity = ActivityContext.lookupContext(context);
|
||||
FastBitmapDrawable.setFlagHoverEnabled(LawnchairApp.isRecentsEnabled() && enableCursorHoverStates());
|
||||
FastBitmapDrawable.setFlagHoverEnabled(enableCursorHoverStates());
|
||||
pref2 = PreferenceManager2.getInstance(context);
|
||||
mMinimizedStateDescription = getContext().getString(
|
||||
R.string.app_minimized_state_description);
|
||||
|
||||
Reference in New Issue
Block a user