mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 00:58:50 -05:00
Add Javadoc
This commit is contained in:
parent
5f638a02e2
commit
75329c45b3
@ -10,6 +10,9 @@ import android.widget.Button;
|
|||||||
import com.fsck.k9.R;
|
import com.fsck.k9.R;
|
||||||
import com.fsck.k9.activity.K9Activity;
|
import com.fsck.k9.activity.K9Activity;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Displays a welcome message when no accounts have been created yet.
|
||||||
|
*/
|
||||||
public class WelcomeMessage extends K9Activity implements OnClickListener{
|
public class WelcomeMessage extends K9Activity implements OnClickListener{
|
||||||
|
|
||||||
public static void showWelcomeMessage(Context context) {
|
public static void showWelcomeMessage(Context context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user