Skip to content

Commit

Permalink
Merge pull request xbmc#6663 from koying/fixdroidaddonsettings
Browse files Browse the repository at this point in the history
FIX: [droid] properly save addon settings even if the control is not focused (fixes xbmc#13913)
  • Loading branch information
MartijnKaijser committed Mar 9, 2015
2 parents 93a2439 + e0c4d29 commit 00264d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/addons/GUIDialogAddonSettings.cpp
Expand Up @@ -143,6 +143,8 @@ bool CGUIDialogAddonSettings::OnMessage(CGUIMessage& message)
CGUIMessage msg(GUI_MSG_SETFOCUS,GetID(),iControl);
OnMessage(msg);
}
else
CreateControls();
return true;
}
}
Expand Down

0 comments on commit 00264d5

Please sign in to comment.