Projects STRLCPY jadx Commits 1c36b3c7
🤬
  • 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: Zach Snell <[email protected]>
    Co-authored-by: skylot <[email protected]>
  • Loading...
  • Zach Snell committed with GitHub 1 year ago
    1c36b3c7
    1 parent 068e4b8e
  • ■ ■ ■ ■ ■ ■
    jadx-gui/src/main/java/jadx/gui/ui/panel/LogcatPanel.java
    skipped 93 lines
    94 94   };
    95 95   
    96 96   public boolean showLogcat() {
     97 + this.removeAll();
     98 + 
    97 99   ArrayList<String> pkgs = new ArrayList<>();
    98 100   pids = new ArrayList<>();
    99 101   JPanel procBox;
    skipped 353 lines
Please wait...
Page is in error, reload to recover