Merge "Fix issue with configuration update check." into oc-dr1-dev am: 8aaa5adae6
am: d55ae0fd75
Change-Id: I26f4127e5d132f84d5963a7f520a19e593dcd235
This commit is contained in:
@@ -29,7 +29,7 @@ import java.io.PrintWriter;
|
||||
*/
|
||||
public class PipTouchState {
|
||||
private static final String TAG = "PipTouchHandler";
|
||||
private static final boolean DEBUG = true;
|
||||
private static final boolean DEBUG = false;
|
||||
|
||||
private ViewConfiguration mViewConfig;
|
||||
|
||||
|
||||
@@ -337,7 +337,7 @@ public class RecentsActivity extends Activity implements ViewTreeObserver.OnPreD
|
||||
getWindow().getAttributes().privateFlags |=
|
||||
WindowManager.LayoutParams.PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY;
|
||||
|
||||
mLastConfig = Utilities.getAppConfiguration(this);
|
||||
mLastConfig = new Configuration(Utilities.getAppConfiguration(this));
|
||||
mFocusTimerDuration = getResources().getInteger(R.integer.recents_auto_advance_duration);
|
||||
mIterateTrigger = new DozeTrigger(mFocusTimerDuration, new Runnable() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user