Pathfind updates / Less reflection / Platform cleanup
This commit is contained in:
@@ -60,11 +60,6 @@ public class AndroidLauncher extends PatchedAndroidApplication{
|
||||
Platform.instance = new Platform(){
|
||||
DateFormat format = SimpleDateFormat.getDateTimeInstance();
|
||||
|
||||
@Override
|
||||
public boolean hasDiscord(){
|
||||
return isPackageInstalled("com.discord");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String format(Date date){
|
||||
return format.format(date);
|
||||
|
||||
Reference in New Issue
Block a user