refs #5010
This commit is contained in:
parent
84c64551a8
commit
a447d8cb70
|
@ -105,10 +105,8 @@ public class MainActivity<RouteLoaded> extends AppCompatActivity {
|
||||||
@Override
|
@Override
|
||||||
protected void onRestart() {
|
protected void onRestart() {
|
||||||
|
|
||||||
getRoutes(null);
|
|
||||||
getPending();
|
getPending();
|
||||||
getPengingExpeditions();
|
getPengingExpeditions();
|
||||||
|
|
||||||
super.onRestart();
|
super.onRestart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -392,6 +390,7 @@ public class MainActivity<RouteLoaded> extends AppCompatActivity {
|
||||||
// startActivity(new Intent(this,InfoActivity.class));
|
// startActivity(new Intent(this,InfoActivity.class));
|
||||||
Utils.startPicking(this, "info");
|
Utils.startPicking(this, "info");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void goToFound(View v) {
|
public void goToFound(View v) {
|
||||||
startActivity(new Intent(this, ExpeditionScanActivity.class));
|
startActivity(new Intent(this, ExpeditionScanActivity.class));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue