Skip to content

Commit

Permalink
vince: Re-enable some UX optimizations from stock
Browse files Browse the repository at this point in the history
* These were removed in 0570b23 and 3d4186f as I blamed them
  for UI performance degradation.
* Further testing shows that they actually reduce jank in some cases.
  • Loading branch information
Flex1911 authored and waiser86 committed Apr 8, 2019
1 parent 9cdbb76 commit f4e321b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prop.mk
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Tcp
PRODUCT_PROPERTY_OVERRIDES += \
net.tcp.2g_init_rwnd=10

# UI
PRODUCT_PROPERTY_OVERRIDES += \
sys.use_fifo_ui=1

# Usb
PRODUCT_PROPERTY_OVERRIDES += \
Expand Down

0 comments on commit f4e321b

Please sign in to comment.