From 7c08fe44282c076e2470fe19a1eacff209cfa4f2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 9 Apr 2026 08:38:33 +0300 Subject: Fix shared text cache cleanup --- android_shared_stub.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android_shared_stub.go') diff --git a/android_shared_stub.go b/android_shared_stub.go index 9ebe1a3..82429f7 100644 --- a/android_shared_stub.go +++ b/android_shared_stub.go @@ -3,3 +3,5 @@ package main func readSharedFromCache() (string, error) { return "", nil } + +func sharedTextCachePath() string { return "" } -- cgit v1.2.3