mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Version 4.1.1-beta1.
This commit is contained in:
@@ -11,6 +11,7 @@ import androidx.annotation.Nullable;
|
||||
import com.evernote.android.state.StateSaver;
|
||||
import com.livefront.bridge.Bridge;
|
||||
import com.livefront.bridge.SavedStateHandler;
|
||||
import com.melegy.redscreenofdeath.RedScreenOfDeath;
|
||||
|
||||
import org.greenrobot.eventbus.EventBus;
|
||||
|
||||
@@ -26,7 +27,7 @@ public class Infinity extends Application {
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
|
||||
//RedScreenOfDeath.init(this);
|
||||
RedScreenOfDeath.init(this);
|
||||
|
||||
mAppComponent = DaggerAppComponent.builder()
|
||||
.appModule(new AppModule(this))
|
||||
|
@@ -41,7 +41,7 @@ public class APIUtils {
|
||||
public static final String AUTHORIZATION_KEY = "Authorization";
|
||||
public static final String AUTHORIZATION_BASE = "bearer ";
|
||||
public static final String USER_AGENT_KEY = "User-Agent";
|
||||
public static final String USER_AGENT = "android:ml.docilealligator.infinityforreddit:v4.1.0 (by /u/Hostilenemy)";
|
||||
public static final String USER_AGENT = "android:ml.docilealligator.infinityforreddit:v4.1.1-beta1 (by /u/Hostilenemy)";
|
||||
|
||||
public static final String GRANT_TYPE_KEY = "grant_type";
|
||||
public static final String GRANT_TYPE_REFRESH_TOKEN = "refresh_token";
|
||||
|
Reference in New Issue
Block a user