This commit is contained in:
wangcongtao
2020-04-23 10:42:12 +08:00
parent f5daf334d0
commit 9b89d58350
6 changed files with 126 additions and 37 deletions

View File

@@ -60,6 +60,10 @@ public class MockIntentHandler implements IntentHandler {
button2.setVisibility( View.GONE );
}
break;
case 6:
boolean status1 = intent.getBooleanExtra( "status", false );
MarkerServiceHandler.getMogoStatusManager().setUploadingStatus( TAG, status1 );
break;
}
}
}