.. | .. |
---|
49 | 49 | private WallpaperManager mWallManager; |
---|
50 | 50 | |
---|
51 | 51 | private final Runnable mProgressTimeoutRunnable = () -> { |
---|
52 | | - View v = getLayoutInflater().inflate( |
---|
53 | | - R.layout.fallback_home_finishing_boot, null /* root */); |
---|
54 | | - setContentView(v); |
---|
| 52 | + //View v = getLayoutInflater().inflate( |
---|
| 53 | + // R.layout.fallback_home_finishing_boot, null /* root */); |
---|
| 54 | + /*setContentView(v); |
---|
55 | 55 | v.setAlpha(0f); |
---|
56 | 56 | v.animate() |
---|
57 | 57 | .alpha(1f) |
---|
.. | .. |
---|
59 | 59 | .setInterpolator(AnimationUtils.loadInterpolator( |
---|
60 | 60 | this, android.R.interpolator.fast_out_slow_in)) |
---|
61 | 61 | .start(); |
---|
62 | | - getWindow().addFlags(LayoutParams.FLAG_KEEP_SCREEN_ON); |
---|
| 62 | + getWindow().addFlags(LayoutParams.FLAG_KEEP_SCREEN_ON);*/ |
---|
63 | 63 | }; |
---|
64 | 64 | |
---|
65 | 65 | private final OnColorsChangedListener mColorsChangedListener = new OnColorsChangedListener() { |
---|