commit | d0f60407c935d5ab2aa3cb7ad67a4525aa84a0ed | [log] [tgz] |
---|---|---|
author | Vivek Sekhar <vsekhar@codeaurora.org> | Fri Jun 05 14:07:11 2015 -0700 |
committer | jrizzoli <joey@cyanogenmoditalia.it> | Fri Aug 28 13:15:44 2015 +0200 |
tree | fdad6781104b79ef42d93f9dcd40a46c8ec0694f | |
parent | 1c13cab53dbf8c4bebf1bc59e8ecb919b5f5c253 [diff] |
Fix issue where bitmaps of tab are purged incorrectly The tab index used in the key generation and deletion was based on index of the tab in the tab manager. When a tab was closed the indices in the tab manager is recalculated which inturn caused deletion of incorrect bitmaps for the tab. Changed the code to use the id generated by the tab to be used in the key generation to make it consistent. Change-Id: I268ea2c8324f1832b0dea6d6aa63d14eca268e13