Skip to content

Commit ce5561b

Browse files
committed
removed spaces
1 parent 25734c4 commit ce5561b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

protocoder_app/src/main/java/org/protocoder/MainActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public void onCreate(Bundle savedInstanceState) {
7676
super.onCreate(savedInstanceState);
7777
mContext = this;
7878

79-
8079
//if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
8180
// Window w = getWindow(); // in Activity's onCreate() for instance
8281
// w.setFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION, WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION);
@@ -95,7 +94,6 @@ public void onCreate(Bundle savedInstanceState) {
9594
/*
9695
* Views
9796
*/
98-
9997
if (savedInstanceState == null) {
10098
addFragments();
10199
} else {

0 commit comments

Comments
 (0)