mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Initial commit of new split screen work.
TODO: * Extract out common elements in TaskShortcutFactory.MultiWindowFactory for commonalities between new and old way of invoking split screen * Integrate with WM APIs (b/182002789) * Write tests for SplitSelectStateController Bug: 181704764 Change-Id: Ice35adb4ea82897f5e2433dc9b93a549f3d511b5
This commit is contained in:
@@ -58,7 +58,7 @@ public class ViewPool<T extends View & Reusable> {
|
||||
Preconditions.assertUIThread();
|
||||
Handler handler = new Handler();
|
||||
|
||||
// LayoutInflater is not thread save as it maintains a global variable 'mConstructorArgs'.
|
||||
// LayoutInflater is not thread safe as it maintains a global variable 'mConstructorArgs'.
|
||||
// Create a different copy to use on the background thread.
|
||||
LayoutInflater inflater = mInflater.cloneInContext(mInflater.getContext());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user