mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2024-11-16 01:12:06 +01:00
Added comment and removed unused import, peanuts if you ask me
This commit is contained in:
parent
0afd64a3f3
commit
e2052a935d
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,7 @@ import android.util.Log;
|
|||
|
||||
/**
|
||||
* Class that represents the settings activity.
|
||||
* Use the singleton to get an instance of this class to get preferences
|
||||
* Copyright (C) 2015 Paul Schaub
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
@ -245,4 +246,4 @@ public class SettingsActivity extends PreferenceActivity
|
|||
return instance;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,5 @@
|
|||
package de.vanitasvitae.enigmandroid.layout;
|
||||
|
||||
import android.util.Log;
|
||||
import android.view.View;
|
||||
import android.widget.Button;
|
||||
import android.widget.Spinner;
|
||||
|
|
Loading…
Reference in a new issue