Skip to content

Commit

Permalink
🔥 revert all mainactivity changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ransurf committed Oct 26, 2022
1 parent 098a917 commit d2f1062
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.fleetingnotes

import android.os.Bundle
import io.flutter.embedding.android.FlutterActivity
import android.content.Intent.FLAG_ACTIVITY_NEW_TASK

class MainActivity: FlutterActivity() {
private var savedNote: String? = null
override fun onCreate(savedInstanceState: Bundle?) {
if (intent.getIntExtra("org.chromium.chrome.extra.TASK_ID", -1) == this.taskId) {
this.finish()
Expand Down

0 comments on commit d2f1062

Please sign in to comment.