メディアビューアのロード進捗表示の改善。クラッシュレポート対応

This commit is contained in:
tateisu 2017-12-27 22:03:08 +09:00
parent 2d559a84c0
commit 0b63205fe1
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ public class CustomEmojiCache {
// java.lang.NullPointerException:
// at java.util.concurrent.ConcurrentHashMap.get (ConcurrentHashMap.java:772)
// at jp.juggler.subwaytooter.util.CustomEmojiCache$Worker.run (CustomEmojiCache.java:183)
waitEx( 1000L );
waitEx( 3000L );
continue;
}