mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Made search on device free
This commit is contained in:
@@ -4381,7 +4381,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
static void search(
|
||||
final Context context, final LifecycleOwner owner, final FragmentManager manager,
|
||||
long folder, boolean server, String query) {
|
||||
if (!ActivityBilling.isPro(context)) {
|
||||
if (server && !ActivityBilling.isPro(context)) {
|
||||
context.startActivity(new Intent(context, ActivityBilling.class));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user