mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Small changes.
This commit is contained in:
parent
1ae2994045
commit
0958e12a53
1 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
package net.foucry.pilldroid;
|
||||
|
||||
import android.content.Intent;
|
||||
import android.content.res.Resources;
|
||||
import android.graphics.Color;
|
||||
import android.os.Bundle;
|
||||
import android.view.LayoutInflater;
|
||||
|
@ -30,7 +29,7 @@ public class WelcomeActivity extends AppCompatActivity {
|
|||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
Boolean DEBUG = false;
|
||||
boolean DEBUG = false;
|
||||
|
||||
// Checking for first time launch - before calling setContentView()
|
||||
prefManager = new PrefManager(this);
|
||||
|
|
Loading…
Reference in a new issue