Commit 00a1e0af by Daniel Dahan

development: issue-612: Fixed issue where SnackbarController was not resizing correctly.

parent 759d1b63
...@@ -168,6 +168,7 @@ open class SnackbarController: RootController { ...@@ -168,6 +168,7 @@ open class SnackbarController: RootController {
/// Reloads the view. /// Reloads the view.
open func reload() { open func reload() {
snackbar.width = view.width snackbar.width = view.width
rootViewController.view.frame = view.bounds
layoutSnackbar(status: snackbar.status) layoutSnackbar(status: snackbar.status)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment