We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44e67d commit 9e3f28aCopy full SHA for 9e3f28a
android/src/main/java/com/meedan/ShareMenuModule.java
@@ -93,7 +93,7 @@ public void getSharedText(Callback successCallback) {
93
return;
94
}
95
96
- //if this isn't the roor activity then make sure it is
+ // If this isn't the root activity then make sure it is
97
if (!currentActivity.isTaskRoot()) {
98
Intent newIntent = new Intent(currentActivity.getIntent());
99
newIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
0 commit comments