release
jhengazuki 6 months ago
parent 40ce3b8be2
commit 98a83356d1
  1. 2
      app/src/main/java/com/fongmi/android/tv/api/config/WallConfig.java
  2. 2
      app/src/main/java/com/fongmi/android/tv/bean/Config.java
  3. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher.png
  4. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher.webp
  5. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher.png
  6. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher.webp
  7. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher.png
  8. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher.webp
  9. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  10. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
  11. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  12. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp

@ -99,9 +99,9 @@ public class WallConfig {
}
private void download() throws Exception {
Path.clear(FileUtil.getWallCache());
Path.clear(FileUtil.getWall(0));
File file = FileUtil.getWall(0);
Path.clear(FileUtil.getWallCache());
if (getUrl().startsWith("file")) Path.copy(Path.local(getUrl()), file);
else Download.create(UrlUtil.convert(getUrl()), file).start();
if (!Path.exists(file)) throw new FileNotFoundException();

@ -195,8 +195,6 @@ public class Config {
}
public static void delete(String url, int type) {
if (type == 2) Path.clear(FileUtil.getWall(0));
if (type == 2) Path.clear(FileUtil.getWallCache());
AppDatabase.get().getConfigDao().delete(url, type);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 896 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Loading…
Cancel
Save