mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 23:56:07 +02:00
Reset welcome
This commit is contained in:
@@ -239,7 +239,7 @@ public class FragmentSetup extends FragmentBase {
|
||||
btnInbox.setEnabled(false);
|
||||
|
||||
boolean welcome = prefs.getBoolean("welcome", true);
|
||||
grpWelcome.setVisibility(welcome || BuildConfig.DEBUG ? View.VISIBLE : View.GONE);
|
||||
grpWelcome.setVisibility(welcome ? View.VISIBLE : View.GONE);
|
||||
|
||||
int[] grantResults = new int[permissions.length];
|
||||
for (int i = 0; i < permissions.length; i++)
|
||||
|
||||
Reference in New Issue
Block a user