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

Commit ad8c8c04 authored by Frank Preel's avatar Frank Preel
Browse files

Test several context

parent 7a14d259
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -884,7 +884,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen

        ImageButton floatingButton = view.findViewById(R.id.floating_button);
        if (floatingButton != null) {
            if (isSetupWizardFinished() && ( accountIsPremium(getApplicationContext() || accountIsPremium(secureContext)) ) ) {
            if (isSetupWizardFinished() && (accountIsPremium(getApplicationContext()) || accountIsPremium(secureContext))) {
                floatingButton.setVisibility(View.VISIBLE);
                floatingButton.setOnClickListener(new View.OnClickListener() {
                    @Override