(misc) this is why we can't have nice things

Signed-off-by: androidacy-user <opensource@androidacy.com>
master
androidacy-user 1 year ago
parent 3769acaebb
commit 6cf58542f7

@ -106,7 +106,7 @@ public class MainApplication extends FoxApplication implements androidx.work.Con
public static String updateCheckBg;
static {
Shell.setDefaultBuilder(shellBuilder = Shell.Builder.create().setFlags(Shell.FLAG_REDIRECT_STDERR).setTimeout(15).setInitializers(InstallerInitializer.class));
Shell.setDefaultBuilder(shellBuilder = Shell.Builder.create().setFlags(Shell.FLAG_REDIRECT_STDERR | Shell.FLAG_MOUNT_MASTER).setTimeout(15).setInitializers(InstallerInitializer.class));
Random random = new Random();
do {
secret = random.nextLong();

Loading…
Cancel
Save