mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
search icon
This commit is contained in:
parent
c37fb42c7a
commit
ed6b461662
6 changed files with 24 additions and 2 deletions
23
Signal/Images.xcassets/conversation_settings_search.imageset/Contents.json
vendored
Normal file
23
Signal/Images.xcassets/conversation_settings_search.imageset/Contents.json
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "search-24@1x.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "search-24@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "search-24@3x.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
BIN
Signal/Images.xcassets/conversation_settings_search.imageset/search-24@1x.png
vendored
Normal file
BIN
Signal/Images.xcassets/conversation_settings_search.imageset/search-24@1x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 321 B |
BIN
Signal/Images.xcassets/conversation_settings_search.imageset/search-24@2x.png
vendored
Normal file
BIN
Signal/Images.xcassets/conversation_settings_search.imageset/search-24@2x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 654 B |
BIN
Signal/Images.xcassets/conversation_settings_search.imageset/search-24@3x.png
vendored
Normal file
BIN
Signal/Images.xcassets/conversation_settings_search.imageset/search-24@3x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 999 B |
|
@ -363,7 +363,7 @@ const CGFloat kIconViewLength = 24;
|
|||
@"Table cell label in conversation settings which returns the user to the "
|
||||
@"conversation with 'search mode' activated");
|
||||
return
|
||||
[weakSelf disclosureCellWithName:title iconName:@"actionsheet_camera_roll_black"];
|
||||
[weakSelf disclosureCellWithName:title iconName:@"conversation_settings_search"];
|
||||
}
|
||||
actionBlock:^{
|
||||
[weakSelf tappedConversationSearch];
|
||||
|
|
|
@ -62,7 +62,6 @@ public class OWSNavigationBar: UINavigationBar {
|
|||
|
||||
override public var next: UIResponder? {
|
||||
if let stubbedNextResponder = self.stubbedNextResponder {
|
||||
Logger.debug("returning stubbed responder")
|
||||
return stubbedNextResponder
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue