From: Damyan Ivanov Date: Sun, 5 May 2019 18:44:03 +0000 (+0300) Subject: fix hooking profile-specific auto-completion adapter X-Git-Tag: v0.10.0~5 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=aff298c5d65b279b40884cf8273bd4eeb054adaa;hp=aff298c5d65b279b40884cf8273bd4eeb054adaa fix hooking profile-specific auto-completion adapter at this point the main profile may not have been loaded yet so don't give it to the hooking routine, which would instead retrieve the profile when the auto-completion is triggered, at which point Data.profile must be populated the other user of these routines, the new transaction activity is also bound to a profile (either the main one in Data.profile, or another -- if invoced via app shortcut) so it may pass the profile as a parameter ---