openintents / shoppinglist

OI Shopping List
http://openintents.org/shoppinglist
64 stars 49 forks source link

Fix issue #50: update title/subtitle when search is dismissed #51

Closed stebeh closed 6 years ago

stebeh commented 6 years ago

Fix for issue #50

stebeh commented 6 years ago

Alternatively we could make the constructors of ShoppingItemsView cast the parameter "context" to ShoppingActivity if it is of that type. Then keep that pointer to make the call to onModeChanged. What do you think?

friedger commented 6 years ago

Yes, much better!