Prevent image click through. Add Romanian strings.
This commit is contained in:
parent
238f59ad71
commit
456f41d28d
3 changed files with 606 additions and 1 deletions
app/src/main/java/io/lbry/browser
|
@ -534,6 +534,8 @@ public class MainActivity extends AppCompatActivity implements SdkStatusListener
|
|||
}
|
||||
|
||||
protected void onNewIntent(Intent intent) {
|
||||
android.util.Log.d(TAG, String.format("OnNewIntent: %s"));
|
||||
|
||||
super.onNewIntent(intent);
|
||||
checkUrlIntent(intent);
|
||||
checkNotificationOpenIntent(intent);
|
||||
|
@ -904,8 +906,9 @@ public class MainActivity extends AppCompatActivity implements SdkStatusListener
|
|||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
android.util.Log.d(TAG, String.format("OnResume: Intent=%s", getIntent() != null ? getIntent().toString() : "NULL"));
|
||||
|
||||
super.onResume();
|
||||
applyNavbarSigninPadding();
|
||||
checkFirstRun();
|
||||
checkNowPlaying();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue