fixed pm to vistors
This commit is contained in:
		
							parent
							
								
									c2db940594
								
							
						
					
					
						commit
						3c932e9fa6
					
				|  | @ -386,7 +386,7 @@ public class ConferenceDetailsActivity extends XmppActivity implements OnConvers | |||
| 				} | ||||
| 			} else { | ||||
| 				MenuItem sendPrivateMessage = menu.findItem(R.id.send_private_message); | ||||
| 				sendPrivateMessage.setVisible(user.getRole().ranks(MucOptions.Role.PARTICIPANT)); | ||||
| 				sendPrivateMessage.setVisible(user.getRole().ranks(MucOptions.Role.VISITOR)); | ||||
| 			} | ||||
| 
 | ||||
| 		} | ||||
|  |  | |||
|  | @ -155,6 +155,8 @@ | |||
|     </style> | ||||
| 
 | ||||
|     <style name="ConversationsTheme.FullScreen" parent="@style/Theme.AppCompat.Light"> | ||||
|         <item name="colorPrimary">@color/primary500</item> | ||||
|         <item name="colorPrimaryDark">@color/primary700</item> | ||||
|         <item name="android:windowNoTitle">true</item> | ||||
|         <item name="android:windowActionBar">false</item> | ||||
|         <item name="android:windowFullscreen">true</item> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Daniel Gultsch
						Daniel Gultsch