User229480 postedSo I'm working on an app for my company and looking for some direction.
I'm making an app for the android wear that will let our shipping department scan items using a bluetooth scanner and popping up a message that says the order is correct.
I'd like to use a snackbar for this but so far I'm getting an error whenever I use it:
android.util.AndroidRuntimeException: You cannot combine swipe dismissal and the action bar
I followed what I read here (https://components.xamarin.com/gettingstarted/xamandroidsupportdesign) and still no luck.
so I'm wondering is snackbar a bad move for wear apps? if so what would you recommend instead?
if it should work, what could I possibly be missing or doing wrong?