mirror of
				https://github.com/KokaKiwi/BarInsta
				synced 2025-10-30 19:15:35 +00:00 
			
		
		
		
	Long name causing compile issues on windows?
This commit is contained in:
		
							parent
							
								
									c5786a6843
								
							
						
					
					
						commit
						3038a06dca
					
				| @ -78,8 +78,7 @@ public final class NotificationsViewerFragment extends Fragment implements Swipe | ||||
|             try { | ||||
|                 binding.swipeRefreshLayout.setRefreshing(false); | ||||
|                 Toast.makeText(getContext(), t.getMessage(), Toast.LENGTH_SHORT).show(); | ||||
|             } | ||||
|             catch(Throwable ignored) {} | ||||
|             } catch (Throwable ignored) {} | ||||
|         } | ||||
|     }; | ||||
| 
 | ||||
| @ -95,7 +94,7 @@ public final class NotificationsViewerFragment extends Fragment implements Swipe | ||||
|             final long mediaId = Long.parseLong(notificationImage.getId().split("_")[0]); | ||||
|             if (model.getType() == NotificationType.RESPONDED_STORY) { | ||||
|                 final NavDirections action = NotificationsViewerFragmentDirections | ||||
|                         .actionNotificationsViewerFragmentToStoryViewerFragment( | ||||
|                         .actionNotificationsToStory( | ||||
|                                 StoryViewerOptions.forStory( | ||||
|                                         mediaId, | ||||
|                                         model.getArgs().getUsername())); | ||||
|  | ||||
| @ -97,7 +97,7 @@ | ||||
|             android:defaultValue="0L" | ||||
|             app:argType="long" /> | ||||
|         <action | ||||
|             android:id="@+id/action_notificationsViewerFragment_to_storyViewerFragment" | ||||
|             android:id="@+id/action_notifications_to_story" | ||||
|             app:destination="@id/storyViewerFragment" /> | ||||
|     </fragment> | ||||
| </navigation> | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user