forked from Ivasoft/mattermost-mobile
Fix share extension (#1386)
* Remove iOS extension garbage code * Fix Android Share Extension crash
This commit is contained in:
@@ -78,7 +78,7 @@ public class MainApplication extends NavigationApplication implements INotificat
|
||||
|
||||
@Override
|
||||
public String getJSMainModuleName() {
|
||||
return "index.android";
|
||||
return "index";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user