Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed dependency on GridLayout in SquareGridLayout #445

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

poisdeux
Copy link
Member

@poisdeux poisdeux commented Sep 8, 2017

Hopefully this fixes the heisenbug we encountered during the beta release as mentioned in #444

  • Removed using the GridLayout from the support library
    as this might be causing problems on devices that don't
    include the library correctly.
  • Replaced using the GridLayout measurement and layout implementations
    by our own implementation of a simple grid layout that will evenly distribute
    its children among a square sized grid.

   * Removed using the GridLayout from the support library
     as this might be causing problems on devices that don't
     include the library correctly.
   * Replaced using the GridLayout measurement and layout implementations
     by our own implementation of a simple grid layout that will evenly distribute
     its children among a square sized grid.
@SyncedSynapse SyncedSynapse merged commit 876db18 into xbmc:master Sep 8, 2017
SyncedSynapse added a commit that referenced this pull request Sep 15, 2017
SyncedSynapse added a commit that referenced this pull request Sep 15, 2017
* Revert "Removed dependency on GridLayout in SquareGridLayout (#445)"
This reverts commit 876db18.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants