Skip to content
Commit 95b193fd authored by Ian Lake's avatar Ian Lake
Browse files

Remove scale up animation for startActivity from RemoteViews

The scale up animation used by default for all startActivity calls coming from
RemoteViews overrides all custom animations set on the activity's theme. By
switching to ActivityOptions.makeBasic(), we allow custom animations on an
activity by activity basis.

This also fixes issues where activities would scale up from a click position in the
notification tray even after the notification tray collapses (which happens
concurrently with the startActivity call).

Test: visual inspection

BUG: 34235073
Change-Id: I922beee39d9fde9c00d41d07d8a8204421e7faa7
parent 4b0d2bf7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment