Fix pad creation screen with anonymous users
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user