Add little space when search bar is disable
This commit is contained in:
@@ -540,7 +540,7 @@ public class DeviceProfile {
|
||||
}
|
||||
|
||||
// Have a little space between the inset and the QSB
|
||||
if (isQsbEnable && mInsets.bottom + minQsbMargin > hotseatBarBottomSpace) {
|
||||
if (!isQsbEnable && mInsets.bottom + minQsbMargin > hotseatBarBottomSpace) {
|
||||
int availableSpace = hotseatQsbSpace - (mInsets.bottom - hotseatBarBottomSpace);
|
||||
|
||||
// Only change the spaces if there is space
|
||||
|
||||
Reference in New Issue
Block a user