[PR #2332] [CLOSED] fix(mobile): fix Save button not working in Server Address screen #2073

Closed
opened 2026-03-02 12:00:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2332
Author: @lucamartinetti
Created: 1/2/2026
Status: Closed

Base: mainHead: fix/android-server-address-save-button


📝 Commits (1)

  • 76c7b0a fix(mobile): fix Save button not working in Server Address screen

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 apps/mobile/app/server-address.tsx (+1 -0)

📄 Description

Summary

  • Fix Save button in Edit Server Address screen not responding to taps on Android
  • The issue was caused by headerTransparent: true being inherited from the default screen options, which breaks touch handling for header buttons
  • Setting headerTransparent: false explicitly fixes the issue

Test plan

  • Open the mobile app and navigate to Settings > Server Address
  • Verify the Save button in the header now responds to taps
  • Verify changes are saved correctly when pressing Save

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/2332 **Author:** [@lucamartinetti](https://github.com/lucamartinetti) **Created:** 1/2/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/android-server-address-save-button` --- ### 📝 Commits (1) - [`76c7b0a`](https://github.com/karakeep-app/karakeep/commit/76c7b0ab2c9f3e61a9d14ef74c23167de58961e0) fix(mobile): fix Save button not working in Server Address screen ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `apps/mobile/app/server-address.tsx` (+1 -0) </details> ### 📄 Description ## Summary - Fix Save button in Edit Server Address screen not responding to taps on Android - The issue was caused by `headerTransparent: true` being inherited from the default screen options, which breaks touch handling for header buttons - Setting `headerTransparent: false` explicitly fixes the issue ## Test plan - [x] Open the mobile app and navigate to Settings > Server Address - [x] Verify the Save button in the header now responds to taps - [x] Verify changes are saved correctly when pressing Save 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#2073
No description provided.