Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from mouyase/dev
Browse files Browse the repository at this point in the history
v4.4.3(443005)
  • Loading branch information
mouyase authored Oct 31, 2019
2 parents a39f048 + 8bbb172 commit edee232
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "tech.yojigen.pivisionm"
minSdkVersion 21
targetSdkVersion 29
versionCode 443004
versionName '4.4.3(443004)'
versionCode 443005
versionName '4.4.3(443005)'
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
}
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
tools:targetApi="n">
<activity
android:name="com.reiya.pixiv.other.SplashActivity"
android:screenOrientation="portrait"
android:theme="@style/Splash">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/com/reiya/pixiv/other/SplashActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.ActivityInfo;
import android.net.Uri;
import android.os.Bundle;
import android.preference.PreferenceManager;
Expand All @@ -27,6 +28,7 @@ public class SplashActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED);
setContentView(R.layout.activity_splash);

if (UserData.isLoggedIn()) {
Expand Down

0 comments on commit edee232

Please sign in to comment.