Merge "Fixing bug where the widget background enters into a focused state if a child calls requestFocus in xml" into ub-launcher3-calgary
This commit is contained in:
@@ -256,7 +256,7 @@ public class LauncherAppWidgetHostView extends AppWidgetHostView implements Touc
|
||||
@Override
|
||||
public void requestChildFocus(View child, View focused) {
|
||||
super.requestChildFocus(child, focused);
|
||||
dispatchChildFocus(focused != null);
|
||||
dispatchChildFocus(mChildrenFocused && focused != null);
|
||||
if (focused != null) {
|
||||
focused.setFocusableInTouchMode(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user