Skip to content

Commit 348cc69

Browse files
Update hooks/post-process.js
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 86cae63 commit 348cc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/post-process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ function enableKeyboardWorkaround() {
208208
// Add import
209209
if (!content.includes('import com.foxdebug.system.SoftInputAssist;')) {
210210
content = content.replace(
211-
/import java.lang.ref.WeakReference;/,
211+
/import java.lang.ref.WeakReference;|import org\.apache\.cordova\.\*;/,
212212
match =>
213213
match + '\nimport com.foxdebug.system.SoftInputAssist;'
214214
);

0 commit comments

Comments
 (0)