mirror of
https://github.com/niushuai233/DevControl.git
synced 2024-10-27 22:43:20 +08:00
fix: 添加完设备自我销毁
This commit is contained in:
parent
2d623297a6
commit
b6ba206511
@ -82,6 +82,7 @@ public class DeviceAddPowerSwitchActivity extends BaseActivity {
|
||||
|
||||
ToastUtil.show(this, StrUtil.format("设备: {} 已新增", device.getName()));
|
||||
|
||||
this.finish();
|
||||
ActivityUtil.startActivity(this, PowerSwitchActivity.class, new String[]{Keys.ID}, new String[]{device.getId()});
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user