mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Do not let the launcher create a new MainActivity
This commit is contained in:
		| @@ -36,6 +36,12 @@ public class MainActivity extends BaseActivity { | ||||
|  | ||||
|     @Override | ||||
|     protected void onCreate(Bundle savedState) { | ||||
|         // Do not let the launcher create a new activity | ||||
|         if ((getIntent().getFlags() & Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT) != 0) { | ||||
|             finish(); | ||||
|             return; | ||||
|         } | ||||
|  | ||||
|         super.onCreate(savedState); | ||||
|         setContentView(R.layout.activity_main); | ||||
|         ButterKnife.bind(this); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user