mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2024-12-06 19:27:28 +01:00
@@ -104,7 +104,7 @@ public class I2PDActivity extends Activity {
|
||||
setContentView(R.layout.activity_main);
|
||||
enableButton = findViewById(R.id.enableButton);
|
||||
disableButton = findViewById(R.id.disableButton);
|
||||
textView = (TextView) findViewById(R.id.textView);
|
||||
textView = (TextView) findViewById(R.id.appStatusText);
|
||||
if (daemon == null) {
|
||||
ConnectivityManager connectivityManager = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
|
||||
daemon = new DaemonWrapper(getAssets(), connectivityManager);
|
||||
|
||||
Reference in New Issue
Block a user