swith to bang composite key
This commit is contained in:
@@ -90,7 +90,7 @@ class BangSearchScreen extends HookConsumerWidget {
|
||||
return BangDetails(
|
||||
bang,
|
||||
onTap: () {
|
||||
context.pop(bang.trigger);
|
||||
context.pop(bang.toKey());
|
||||
},
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user