Created
November 12, 2018 10:45
-
-
Save knightfall/eb92adfe619470ca3cbd701bedca0339 to your computer and use it in GitHub Desktop.
Decompile Pathao app. Snippet from com.pathao.user.p010ui.core.landing.view
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private void syncMetaData() { | |
try { | |
CommonTasks.startBackgroundService(getApplicationContext(), new Intent(getApplicationContext(), SyncDeviceInfoService.class)); | |
} catch (Throwable e) { | |
CommonTasks.showLog(e.getMessage()); | |
PathaoApplication.getInstance().getTracker().trackCrash(e); | |
} | |
} | |
private void init() { | |
this.f4767d = new PlatformPresenterImpl(this); | |
updateUserInfo(); | |
initUserProperties(); | |
initiateZendeskAuthorization(); | |
syncMetaData(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment