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