OSDN Git Service

Fix number of pages in PagedTileLayout
authorFabian Kozynski <kozynski@google.com>
Wed, 31 Jul 2019 18:41:18 +0000 (14:41 -0400)
committerFabian Kozynski <kozynski@google.com>
Wed, 31 Jul 2019 18:59:12 +0000 (14:59 -0400)
commit492be7cceefd27cdf2ef370215b7445adc58f525
tree2d0b385e6e82e7b27b45e3df559c967356896da6
parent2355b7f25d108e209925a65f669419cab39a8aed
Fix number of pages in PagedTileLayout

If there's less that one full page of tiles, do not create an extra page
(as there's always a minimum of 1 page).

Fixes: 138625713
Test: manual with less and more than one page of tiles
Change-Id: I59a111f55ce3b00b94d8fb1a0594497c5a3af35c
packages/SystemUI/src/com/android/systemui/qs/PagedTileLayout.java