From c0910659333128e8bea03638509d7ea94306138d Mon Sep 17 00:00:00 2001 From: Quildra Date: Fri, 1 Aug 2025 08:13:25 +0100 Subject: [PATCH] fix: simplify ComposeView overlay without custom lifecycle owner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove complex OverlayLifecycleOwner implementation - Remove ViewTreeLifecycleOwner references (not available in this API level) - Use basic ComposeView without explicit lifecycle management - Let ComposeView handle its own lifecycle in overlay context Some Android versions support ComposeView in overlay without explicit lifecycle. If this still fails, we'll fall back to View-based FAB implementation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude