File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
app/src/main/java/com/morihacky/android/rxjava Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 22
33import android .os .Bundle ;
44import android .support .v4 .app .FragmentActivity ;
5- import com .morihacky .android .rxjava .R ;
65import com .morihacky .android .rxjava .rxbus .RxBus ;
76import timber .log .Timber ;
87
@@ -27,11 +26,11 @@ protected void onCreate(Bundle savedInstanceState) {
2726
2827 Timber .plant (new Timber .DebugTree ());
2928
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+ }
3635 }
3736}
You can’t perform that action at this time.
0 commit comments