a
554325746@qq.com
2019-12-25 603cb36a5123e46656b06a5deb8d7ac7ff81307f
app/src/main/java/com/basic/security/fragment/AdminLogoutFragment.java
@@ -44,12 +44,12 @@
    @UiThread
    public void pictureNextUiThread(File imageFile) {
        try {
//            System.out.println("AdvertisingImageViewFragment.pictureNextUiThread " + imageFile.getAbsolutePath());
//            System1.out.println("AdvertisingImageViewFragment.pictureNextUiThread " + imageFile.getAbsolutePath());
            if (imageFile.exists()) {
                Glide.with(this).load(imageFile).apply(new RequestOptions()).into(advertise);
            }
        } catch (Exception e) {
            System.out.println("AdvertisingImageViewFragment.pictureNextUiThread " + e.getMessage());
            System1.out.println("AdvertisingImageViewFragment.pictureNextUiThread " + e.getMessage());
//            e.printStackTrace();
        }
    }
@@ -65,7 +65,7 @@
        BaseApplication.getApplication().executorService.execute(() -> {
            while (true) {
                try {
//                    System.out.println("AdvertisingImageViewFragment.afterViews");
//                    System1.out.println("AdvertisingImageViewFragment.afterViews");
                    List<String> advertisingImageList = AdvertisingImageViewManager.getAdvertisingImageList();
                    if (advertisingImageList.size() > 0) {
                        currentPictureIndex = currentPictureIndex % advertisingImageList.size();