We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25734c4 commit ce5561bCopy full SHA for ce5561b
protocoder_app/src/main/java/org/protocoder/MainActivity.java
@@ -76,7 +76,6 @@ public void onCreate(Bundle savedInstanceState) {
76
super.onCreate(savedInstanceState);
77
mContext = this;
78
79
-
80
//if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
81
// Window w = getWindow(); // in Activity's onCreate() for instance
82
// w.setFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION, WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION);
@@ -95,7 +94,6 @@ public void onCreate(Bundle savedInstanceState) {
95
94
/*
96
* Views
97
*/
98
99
if (savedInstanceState == null) {
100
addFragments();
101
} else {
0 commit comments