This commit is contained in:
overtake 2019-03-26 18:49:57 +04:00
commit f686d3554c

View File

@ -961,7 +961,7 @@ fileprivate class PipeNotifier: NSObject {
}
public enum PostboxResult {
case upgrading
case upgrading(Float)
case postbox(Postbox)
}