| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d06bf57 commit fa10cda
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | 3 | import android.os.Bundle; | |
| 4 | 4 | import android.support.v4.app.FragmentActivity; | |
| 5 | - import com.morihacky.android.rxjava.R; | ||
| 6 | 5 | import com.morihacky.android.rxjava.rxbus.RxBus; | |
| 7 | 6 | import timber.log.Timber; | |
| 8 | 7 | ||
@@ -27,11 +26,11 @@ protected void onCreate(Bundle savedInstanceState) { | |||
| 27 | 26 | ||
| 28 | 27 | Timber.plant(new Timber.DebugTree()); | |
| 29 | 28 | ||
| 30 | - if(savedInstanceState == null){ | ||
| 31 | - getSupportFragmentManager().beginTransaction() | ||
| 32 | - .addToBackStack(this.toString()) | ||
| 33 | - .replace(R.id.activity_main, new MainFragment(), this.toString()) | ||
| 34 | - .commit(); | ||
| 35 | - } | ||
| 29 | + if (savedInstanceState == null) { | ||
| 30 | + getSupportFragmentManager().beginTransaction() | ||
| 31 | + .addToBackStack(this.toString()) | ||
| 32 | + .replace(R.id.activity_main, new MainFragment(), this.toString()) | ||
| 33 | + .commit(); | ||
| 34 | + } | ||
| 36 | 35 | } | |
| 37 | 36 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments