Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad1 committed Aug 16, 2024
1 parent 4f5428a commit fdc484a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
android:label="@string/app_name"
android:launchMode="singleInstance"
android:taskAffinity=".activity.MainActivity"
android:windowSoftInputMode="stateHidden|adjustResize">
android:windowSoftInputMode="stateUnchanged|adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@

import net.gsantner.markor.activity.DocumentActivity;
import net.gsantner.markor.activity.MarkorBaseActivity;
import net.gsantner.markor.model.Document;
import net.gsantner.markor.util.MarkorContextUtils;

import java.io.File;

/**
* This Activity exists solely to launch DocumentActivity with the correct intent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public boolean onPreDraw() {
}

@Override
protected void onDraw(final Canvas canvas) {
protected void onDraw(Canvas canvas) {
super.onDraw(canvas);

if (_numEnabled) {
Expand Down

0 comments on commit fdc484a

Please sign in to comment.