mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	fixes wrong getBroadcast calls from imageNotification (#585)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							79705df499
						
					
				
				
					commit
					cc43d9daed
				
			| @@ -6,6 +6,11 @@ | ||||
|           android:title="@string/action_download" | ||||
|           android:visible="true" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_delete" | ||||
|         android:title="@string/action_delete" | ||||
|         android:visible="false"/> | ||||
|  | ||||
|     <item android:id="@+id/action_bookmark" | ||||
|           android:title="@string/action_bookmark" | ||||
|           android:visible="true" /> | ||||
| @@ -14,10 +19,6 @@ | ||||
|           android:title="@string/action_remove_bookmark" | ||||
|           android:visible="true" /> | ||||
|  | ||||
|     <item android:id="@+id/action_delete" | ||||
|           android:title="@string/action_delete" | ||||
|           android:visible="false" /> | ||||
|  | ||||
|     <item android:id="@+id/action_mark_as_read" | ||||
|           android:title="@string/action_mark_as_read" /> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user