Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c78278bf authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Temporarily disable displaying debug information

Should come up with the way to display the debug info again soon.

Change-Id: I20a01d1f03330cee05d4e52fd1ab622e315c87e9
parent 144ba958
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -349,9 +349,9 @@ public class CandidateView extends LinearLayout implements OnClickListener, OnLo
                dv.setTextColor(0xff808080);
                dv.setText(info.getDebugString());
                // TODO: debug view for candidate strip needed.
                mCandidatesPane.addView(dv);
                LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams)dv.getLayoutParams();
                lp.gravity = Gravity.BOTTOM;
//                mCandidatesPane.addView(dv);
//                LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams)dv.getLayoutParams();
//                lp.gravity = Gravity.BOTTOM;
            }
        }
        if (x != 0) {