agilebits / onepassword-app-extension

1Password Extension for iOS Apps
2.58k stars 311 forks source link

fixed refactoring bug in WebView Demo for iOS #365

Closed hirschfl closed 7 years ago

hirschfl commented 7 years ago

Fixed bug that happened during refactoring in the WebView Demo for iOS

https://github.com/AgileBits/onepassword-app-extension/commit/55e9ed14c583e781150357f64643e4f7f739eae0

- if (!navigation) { + if (navigation != nil) {

gks commented 7 years ago

Hi @hirschfl

Very nice catch. Merging :)