Florian Müllner 8f15193b40 messageTray: Split out policy creation
The _createPolicy() method of a subclass usually depends on some
constructor parameters that need to be set before chaining up to
the parent. This works fine with Lang.Class, but will break with
ES6 classes, as "this" is only initialized after chaining up.

Prepare for this by not creating the policy in the constructor,
but when it is first accessed.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/350
2019-01-22 21:33:46 +00:00
..
2018-10-08 22:42:24 -03:00
2019-01-15 15:31:13 +00:00
2018-10-25 13:05:47 +02:00
2019-01-09 10:13:45 +01:00