Disabled instance manager for packed app
This commit is contained in:
parent
7d8a9cc518
commit
7d3024d165
@ -627,7 +627,7 @@ angular.module('izhukov.mtproto.wrapper', ['izhukov.utils', 'izhukov.mtproto'])
|
||||
var errorShowTime = 0;
|
||||
|
||||
function start() {
|
||||
if (!started && !Config.Navigator.mobile) {
|
||||
if (!started && !Config.Navigator.mobile && !Config.Modes.packed) {
|
||||
started = true;
|
||||
|
||||
IdleManager.start();
|
||||
|
Loading…
x
Reference in New Issue
Block a user