Fix sportless issues

This commit is contained in:
Jannis Mattheis
2018-11-02 14:49:23 +01:00
parent ff2576065d
commit 8af40c3fd3
21 changed files with 28 additions and 63 deletions

View File

@@ -5,7 +5,9 @@ import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import com.github.gotify.NotificationSupport;
import com.github.gotify.R;
import com.github.gotify.Settings;
@@ -22,10 +24,6 @@ import com.github.gotify.login.LoginActivity;
import com.github.gotify.messages.MessagesActivity;
import com.github.gotify.service.WebSocketService;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
public class InitializationActivity extends AppCompatActivity {
private Settings settings;