Skip to content

Commit 9e3f28a

Browse files
committed
Fixing typo in comment
1 parent c44e67d commit 9e3f28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/meedan/ShareMenuModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void getSharedText(Callback successCallback) {
9393
return;
9494
}
9595

96-
//if this isn't the roor activity then make sure it is
96+
// If this isn't the root activity then make sure it is
9797
if (!currentActivity.isTaskRoot()) {
9898
Intent newIntent = new Intent(currentActivity.getIntent());
9999
newIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

0 commit comments

Comments
 (0)