forked from I2P_Developers/i2p.i2p
NetDB: Disable floodfill for non-ARM Android also
This commit is contained in:
@@ -88,7 +88,7 @@ class FloodfillMonitorJob extends JobImpl {
|
||||
return false;
|
||||
|
||||
// ARM ElG decrypt is too slow
|
||||
if (SystemVersion.isARM())
|
||||
if (SystemVersion.isARM() || SystemVersion.isAndroid())
|
||||
return false;
|
||||
|
||||
if (getContext().getBooleanProperty(UDPTransport.PROP_LAPTOP_MODE))
|
||||
|
Reference in New Issue
Block a user