未验证 提交 1c36b3c7 编写于 作者: Z Zach Snell 提交者: GitHub

fix(gui): quick fix for duplicate/overlapping logcat windows (#1752)(PR #1761)

* Simple fix to duplicate/overlapping logcat windows. Could be improved by not re-creating UI every time
* Apply suggestions from code review
* Another try to fix trailing spaces using GitHub suggestions
Co-authored-by: NZach Snell <zach.snell@bivalogic.com>
Co-authored-by: Nskylot <118523+skylot@users.noreply.github.com>
上级 068e4b8e
......@@ -94,6 +94,8 @@ public class LogcatPanel extends JPanel {
};
public boolean showLogcat() {
this.removeAll();
ArrayList<String> pkgs = new ArrayList<>();
pids = new ArrayList<>();
JPanel procBox;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册