Indicates current Tab in the Replay Center by deactivating the according button

Restricted Favoriting Replays to downloaded ones
This commit is contained in:
CrushedPixel
2015-05-16 23:54:00 +02:00
parent a8cc614e91
commit f27d31dcbb
4 changed files with 48 additions and 10 deletions

View File

@@ -19,6 +19,7 @@ public class DownloadedFileHandler {
downloadFolder.mkdirs();
for(File f : downloadFolder.listFiles()) {
if(!FilenameUtils.getExtension(f.getAbsolutePath()).equals("mcpr")) continue;
try {
Integer i = Integer.valueOf(FilenameUtils.getBaseName(f.getAbsolutePath()));
if(i != null) {