mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	move on to v0.13.3
also: - reduce snack bar error visibility time - fix metadata error
This commit is contained in:
		| @@ -96,7 +96,7 @@ public class ErrorActivity extends AppCompatActivity { | ||||
|     public static void reportError(final Context context, final List<Throwable> el, | ||||
|                                    final Class returnActivity, View rootView, final ErrorInfo errorInfo) { | ||||
|         if (rootView != null) { | ||||
|             Snackbar.make(rootView, R.string.error_snackbar_message, 15 * 1000) | ||||
|             Snackbar.make(rootView, R.string.error_snackbar_message, 3 * 1000) | ||||
|                     .setActionTextColor(Color.YELLOW) | ||||
|                     .setAction(R.string.error_snackbar_action, v -> | ||||
|                             startErrorActivity(returnActivity, context, errorInfo, el)).show(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Christian Schabesberger
					Christian Schabesberger