This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
java/com/zulip/android/activities Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2346,6 +2346,9 @@ public void onClick(
23462346 builder .show ();
23472347 }
23482348 break ;
2349+ case R .id .private_msg :
2350+ drawerLayout .openDrawer (GravityCompat .END );
2351+ break ;
23492352 case R .id .daynight :
23502353 switch (AppCompatDelegate .getDefaultNightMode ()) {
23512354 case -1 :
Original file line number Diff line number Diff line change 99 app : actionViewClass =" android.support.v7.widget.SearchView"
1010 app : showAsAction =" ifRoom" />
1111
12+ <item
13+ android : id =" @+id/private_msg"
14+ android : icon =" @drawable/ic_action_person"
15+ android : title =" @string/toolbar_item_private"
16+ app : showAsAction =" always" />
17+
1218 <item
1319 android : id =" @+id/refresh"
1420 android : title =" @string/refresh" />
Original file line number Diff line number Diff line change 3131 <string name =" editing_message" >Editing message</string >
3232 <string name =" sending_message" >Sending</string >
3333 <string name =" search" >Search</string >
34+ <string name =" toolbar_item_private" >Private messages</string >
3435 <string name =" reply_to_private_message" >Reply to private message</string >
3536 <string name =" narrow_to_this_conversation" >Narrow to this conversation</string >
3637 <string name =" copy_message" >Copy message</string >
You can’t perform that action at this time.
0 commit comments