Fix pad creation screen with anonymous users
parent
b1f1aa2340
commit
b1765c6ae3
|
@ -644,7 +644,8 @@ define([
|
|||
Utils.Feedback.reportAppUsage();
|
||||
|
||||
if (!realtime) { return; }
|
||||
if (isNewFile && AppConfig.displayCreationScreen) { return; }
|
||||
if (isNewFile && Utils.LocalStore.isLoggedIn()
|
||||
&& AppConfig.displayCreationScreen) { return; }
|
||||
|
||||
startRealtime();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue