mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Disable launcher focus outline animation
Bug: 335424188 Test: Manual Flag: ACONFIG com.android.launcher3.enable_focus_outline Teamfood Change-Id: I31c63607c914da956d7c6139cc5089fe419f40e1
This commit is contained in:
@@ -485,7 +485,10 @@ public abstract class PagedView<T extends View & PageIndicator> extends ViewGrou
|
||||
super.onVisibilityAggregated(isVisible);
|
||||
}
|
||||
|
||||
protected boolean isPageInTransition() {
|
||||
/**
|
||||
* Returns true if the page is in the middle of transition to another page
|
||||
*/
|
||||
public boolean isPageInTransition() {
|
||||
return mIsPageInTransition;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user