Move feedback stutter bug report to android folder

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Paul Lipscomb
2026-07-30 19:14:00 -05:00
parent d5dfb290c1
commit 6f66a5db64
566 changed files with 432 additions and 147 deletions
@@ -1,4 +1,4 @@
#Thu Jul 30 17:58:02 CDT 2026
#Thu Jul 30 19:08:15 CDT 2026
base.0=E\:\\20260608-virtual-controller-py\\remote-client-android\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex
base.1=E\:\\20260608-virtual-controller-py\\remote-client-android\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex
base.2=E\:\\20260608-virtual-controller-py\\remote-client-android\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\13\\classes.dex
@@ -142,11 +142,8 @@ public class FocusFeedbackWidgetView extends TextView implements TextUpdatable {
@Override
public void setTextFromNetwork(String text) {
if (text.equals(getText().toString())) return;
setText(text);
// Re-fit but don't persist — matches iOS's applyFeedbackText, which
// calls resizeToFitText() without a saveLayout(). The saved height
// encodes only the font size, so a text change has nothing to store.
requestFit();
}
// MARK: - Internals