Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e0df1e4 authored by Andre Eisenbach's avatar Andre Eisenbach
Browse files

Add key to NFC search index option

Bug: 35657617
Test: manual
Change-Id: If9350272f7e48b061dea2f0da75c3c5bcd0ee9ac
parent 37e7c0eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ public class PaymentSettings extends SettingsPreferenceFragment implements Index

                // Add fragment title
                SearchIndexableRaw data = new SearchIndexableRaw(context);
                data.key = PAYMENT_KEY;
                data.title = res.getString(R.string.nfc_payment_settings_title);
                data.screenTitle = res.getString(R.string.nfc_payment_settings_title);
                data.keywords = res.getString(R.string.keywords_payment_settings);