修改在手机信息页面,复制短信后,键盘按钮不存在, 背景也不存在

This commit is contained in:
2026-02-24 15:24:23 +08:00
parent 5edf1751ff
commit bc623676ca
3 changed files with 38 additions and 1 deletions

View File

@@ -95,6 +95,10 @@
[self.keyboardView mas_makeConstraints:^(MASConstraintMaker *make) {
make.top.equalTo(self.topBar.mas_bottom).offset(barSpacing);
}];
// 4
[self.keyboardView reloadKeys];
//
[self kb_applyTheme];
// /
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(kb_undoStateChanged)