|
@@ -9924,7 +9924,8 @@ public class MainActivity extends WpadActivity {
|
|
|
IMG_LCD_KEEPER.setVisibility(View.VISIBLE);
|
|
|
}
|
|
|
else if (nKeeperMode == LCDKEEPER_MODE_PROTECT) {
|
|
|
- IMG_LCD_KEEPER.setImageBitmap(null);
|
|
|
+ //2022.11.9 jglee Glide 캐시 초기화(간혹 남아 있는 경우, gif가 돌아가는 경우 남음)
|
|
|
+ Glide.with(this).clear(IMG_LCD_KEEPER);
|
|
|
IMG_LCD_KEEPER.setBackgroundColor(Color.BLACK);
|
|
|
IMG_LCD_KEEPER.setVisibility(View.VISIBLE);
|
|
|
}
|