mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Update WelcomeActivity.java
This commit is contained in:
		
							parent
							
								
									f86fb5ed53
								
							
						
					
					
						commit
						d4f35f2c74
					
				
					 1 changed files with 10 additions and 10 deletions
				
			
		|  | @ -18,16 +18,6 @@ public class WelcomeActivity extends BaseActivity { | |||
| 
 | ||||
|     private WelcomePagerAdapter adapter = new WelcomePagerAdapter(); | ||||
| 
 | ||||
|     /** | ||||
|      * Creates a way to change current activity to WelcomeActivity | ||||
|      * | ||||
|      * @param context Activity context | ||||
|      */ | ||||
|     public static void startYourself(Context context) { | ||||
|         Intent welcomeIntent = new Intent(context, WelcomeActivity.class); | ||||
|         context.startActivity(welcomeIntent); | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * Initialises exiting fields and dependencies | ||||
|      * | ||||
|  | @ -53,4 +43,14 @@ public class WelcomeActivity extends BaseActivity { | |||
|         adapter.setCallback(null); | ||||
|         super.onDestroy(); | ||||
|     } | ||||
|      | ||||
|     /** | ||||
|      * Creates a way to change current activity to WelcomeActivity | ||||
|      * | ||||
|      * @param context Activity context | ||||
|      */ | ||||
|     public static void startYourself(Context context) { | ||||
|         Intent welcomeIntent = new Intent(context, WelcomeActivity.class); | ||||
|         context.startActivity(welcomeIntent); | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Prajeen Govardhanam
						Prajeen Govardhanam